Per page: @can('product_tag_delete') @endcan @if(file_exists(app_path('Http/Livewire/ExcelExport.php'))) @endif
Search:
Loading...
@forelse($productTags as $productTag) @empty @endforelse
{{ trans('cruds.productTag.fields.id') }} @include('components.table.sort', ['field' => 'id']) {{ trans('cruds.productTag.fields.name') }} @include('components.table.sort', ['field' => 'name'])
{{ $productTag->id }} {{ $productTag->name }}
@can('product_tag_show') {{ trans('global.view') }} @endcan @can('product_tag_edit') {{ trans('global.edit') }} @endcan @can('product_tag_delete') @endcan
No entries found.
@if($this->selectedCount)

{{ $this->selectedCount }} {{ __('Entries selected') }}

@endif {{ $productTags->links() }}
@push('scripts') @endpush