@include('hk.header')

{{ $page_title ?? '' }}

@foreach ($products as $row) @endforeach
ID Image Product name Category Company Status Catalog Created by Action Action Action
{{ $row->id }} {{ $row->name }} {{ $row->category->name ?? '' }} {{ $row->company->company_name ?? '' }} {{ $row->status == 1 ? 'Active' : 'Inactive' }} @if ($row->catalogue) @endif {{$row->created_by!=null?$row->createdBy->name:""}} Images

Catalog
Edit
{{-- --}} {{-- --}}