ID | Image | Product name | Category | Company | Status | Catalog | Action | Action | Action | |
---|---|---|---|---|---|---|---|---|---|---|
{{ $row->id }} | {{ $row->name }} | {{ $row->category->name ?? '' }} | {{ $row->company->company_name ?? '' }} | {{ $row->status == 1 ? 'Active' : 'Inactive' }} |
@if ($row->catalogue)
![]() |
Images
Catalog |
Edit |
{{ $products->links('pagination::bootstrap-5') }}