{{-- --}}
@foreach ($products as $row) @endforeach
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) @endif Images

Catalog
Edit