| ID | Image | Product name | Order | Category | Company | Status | Catalog | Created by | Action | Action | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $n++ }} | {{ $row->name }} | {{ $row->sort_order }} | {{ $row->category->name ?? '' }} | {{ $row->company->company_name ?? '' }} | {{ $row->status == 1 ? 'Active' : 'Inactive' }} |
@if ($row->catalogue)
|
{{$row->created_by!=null?$row->createdBy->name:""}} |
Images
Catalog |
Edit |
{{ $products->links('pagination::bootstrap-5') }}