@php
use Carbon\Carbon;
@endphp
|
COCOA MARKETING COMPANY (GH) LIMITED
|
WAREHOUSING AND PORT OPERATIONS DEPARTMENT -
{{ strtoupper(Auth::user()->port->name) }}
|
FUMIGATION REQUESTS
|
|
|
FUMIGATION REQUEST REFERENCE. |
DATE |
SHED |
SEASON |
{{-- ACTIVITY DATE | --}}
{{ $fumigation_request->request_ref }} |
{{ Carbon::parse($fumigation_request->date)->format('dS M Y') }} |
{{ $fumigation_request->shed->name }} |
{{ $fumigation_request->season->name }} |
{{-- {{ Carbon::parse($fumigation_request->activity_date)->format('dS M Y') }} | --}}
No. |
STACK |
No. of Bags |
Confirm |
Remarks |
QCC Info |
@foreach ($fumigation_stack_records as $fumigation_stack_record)
{{ $loop->index + 1 }}. |
{{ $fumigation_stack_record->mini_shed_stack->mini_name }} |
{{ $fumigation_stack_record->bags }} |
{{-- Remarks | --}}
|
REMARKS |
QCC INFO |
@endforeach
|
TOTAL BAGS |
{{ $fumigation_stack_records->sum('bags') }} |
|
@endsection
@section('more-scripts')
@endsection