@if($info && $info !=[])
@lang('layout.ReferenceNumber'):
{{$info->ref_no}}
|
@lang('layout.Category'):
{{$info->category}}
|
@lang('layout.Description'):
{{$info->description}}
|
@endif
@lang('layout.Record')
|
@if($_name)
@lang('layout.ItemName') | @endif
@if($_name)
@lang('layout.InventoryCategory') | @endif
@if($_name)
@lang('layout.Site') | @endif
@if($_name)
@lang('layout.MeasureUnit') | @endif
@if($_name)
@lang('layout.Quantity') | @endif
@foreach($data AS $record)
{{++$count}} |
@if($_name)
{{$record->item_name}} | @endif
@if($_name)
{{$record->category_name}} | @endif
@if($_name)
{{$record->site_name}} | @endif
@if($_name)
{{$record->selected_measure}} | @endif
@if($_name)
{{$record->quantity}} | @endif
@endforeach