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

OPERATIONS MANAGEMENT SYSTEM

SUMMARY OF JOB PERFORMANCE (COST) SHEET

COST SHEET REF. GANG TOC SEASON COST SHEET DATE TYPE
{{$cost_sheet->cost_sheet_ref}} {{$cost_sheet->gang->gang_name}} {{$cost_sheet->port->name}} {{$cost_sheet->season->name}} {{$cost_sheet->cost_sheet_date}} {{strtoupper($cost_sheet->type)}}
{{-- --}} {{-- --}} @foreach ($shed_gang_allocations as $shed_gang_allocation) {{-- --}} @endforeach
No. Activity LBC FACTORYTYPEQuantity Fulfilled (Bags) Waybill No. Waybill Date Purity Date Purity Number ShedOffloading Date Evacuation DateActivity Date Add to Cost Sheet
{{$loop->index + 1}}. {{strtoupper($shed_gang_allocation->activity->activity_name)}} {{optional(optional($shed_gang_allocation->internal_waybill)->lbc)->name}} {{optional(optional($shed_gang_allocation->shed_waybill)->consignee)->name}} {{$shed_gang_allocation->quantity_fulfiled}} {{optional($shed_gang_allocation->internal_waybill)->internal_waybill_no}} {{optional($shed_gang_allocation->internal_waybill)->internal_waybill_date}} {{optional($shed_gang_allocation->internal_waybill)->purity_date}} {{optional($shed_gang_allocation->internal_waybill)->purity_number}} {{$shed_gang_allocation->shed->name}}{{optional($shed_gang_allocation->internal_waybill)->offloading_date}} {{optional(optional($shed_gang_allocation->shed_waybill)->shed_evac)->date_assigned}}{{$shed_gang_allocation->gang_allocation->allocation_date}}
@endsection @section('more-scripts') @endsection