@if(count($result['data'])>0)
@foreach ($result['data'] as $rsVal)
{{ $rsVal->id }} |
{{ $rsVal['get_company_info']->name }} |
{{ $rsVal['get_supplier_info']->name }} |
{{ date('d-m-Y H:i:s', strtotime($rsVal->created_at)) }} |
@if(in_array("Edit", $StoreItemInspectionReport))
@endif
@if(in_array("View", $StoreItemInspectionReport))
@endif
@if(in_array("Delete", $StoreItemInspectionReport))
@endif
|
@endforeach
|
@else
No record found |
@endif