@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
| Action | @endifProduct Name | Product Code | Image | Company | Category | @if(hasPermission('products', 'status'))Status | @endif
|---|---|---|---|---|---|---|
| @endif | {{ $row->product_name}} | {{ $row->product_code}} | {{ $row->company_name}} | {{ $row->category_name}} | @if(hasPermission('products', 'status'))@if($row->status==1)Active@else Inactive @endif | @endif