@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

@php use Carbon\Carbon; @endphp
User Image
COCOA MARKETING COMPANY (GH) LIMITED
WAREHOUSING AND PORT OPERATIONS DEPARTMENT - {{ strtoupper(Auth::user()->port->name) }}
FUMIGATION REQUESTS
 
{{-- --}} {{-- --}}
FUMIGATION REQUEST REFERENCE. DATE SHED SEASONACTIVITY 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') }}
{{-- --}} {{-- --}} @foreach ($mini_shed_stacks as $mini_shed_stack) {{-- --}} {{-- --}} @endforeach {{-- --}}
No. STACK No. of BagsRemarksAdd to RequestQCC Info
{{ $loop->index + 1 }}. {{ $mini_shed_stack->mini_name }} {{ $mini_shed_stack->stack_records->where('transaction_type', 'offloading')->sum('quantity') - $mini_shed_stack->stack_records->where('transaction_type', 'evacuation')->sum('quantity') }}Remarks
QCC INFO
TOTAL BAGS{{ $mini_shed_stacks->sum('quantity_fulfiled') }}
@endsection @section('more-scripts') @endsection