@if(count($result['Purchase_order'])>0)
@foreach ($result['Purchase_order'] as $rsVal)
{{ $rsVal->id }} |
{{-- {{ $rsVal['get_company_info']->name }} | --}}
R{{ $rsVal->po }}
|
{{ date('d-m-Y H:i:s', strtotime($rsVal->created_at)) }} |
{{--
--}}
|
@endforeach
|
@else
No record found |
@endif