Per page: @can('product_category_delete') @endcan @if(file_exists(app_path('Http/Livewire/ExcelExport.php'))) @endif @can('product_category_create') @endcan
Search:
Loading...
@forelse($productCategories as $productCategory) @empty @endforelse
{{ trans('cruds.productCategory.fields.id') }} @include('components.table.sort', ['field' => 'id']) {{ trans('cruds.productCategory.fields.name') }} @include('components.table.sort', ['field' => 'name']) {{ trans('cruds.productCategory.fields.description') }} @include('components.table.sort', ['field' => 'description']) {{ trans('cruds.productCategory.fields.photo') }}
{{ $productCategory->id }} {{ $productCategory->name }} {{ $productCategory->description }} @foreach($productCategory->photo as $key => $entry) {{ $entry['name'] }} @endforeach
@can('product_category_show') {{ trans('global.view') }} @endcan @can('product_category_edit') {{ trans('global.edit') }} @endcan @can('product_category_delete') @endcan
No entries found.
@if($this->selectedCount)

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

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