Receiving List |

Report Period: {{$period}} | Filter Supplier: {{ $supplier }} | Filter Type: {{ $type }} | Printed on: {{date('l, F d Y')}}
@if(count($data) > 0) @foreach ($data as $key => $array) @foreach ($array as $value) @foreach ($value['items'] as $item) @endforeach @endforeach @endforeach @else @endif
Receiving Date ArtNo Description Quantity Unit Price Amount Payment Type
{{ $key }}
{{ $value['document_no'] }} - Department: {{ $value['department'] }} - Type: {{ $value['type'] }} - Status: {{ $value['status'] }} - Time: {{ $value['time'] }}
{{ $item['receiving_date'] }} {{ $item['art_no'] }} {{ $item['desc'] }} {{ $item['qty'] }} {{ $item['price'] }} {{ $item['amount'] }} {{ $item['payment_type'] }}
Grand Total {{ $value['total_amount'] }}
Data not available