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

OPERATIONS MANAGEMENT SYSTEM

{{-- --}} {{-- --}} @foreach ($shed_gang_allocations as $shed_gang_allocation) @endforeach
No. TOC GANG NAME CROP SEASON ALLOCATION DATE QTY ALLOCATED QTY FUFILLED ACTIVITY ACTIVITY SUMMARY DATE ACTIVITY SUMMARY REF DEPOT KEEPER TIMESTAMP COST SHEET REF COST SHEET DATE WPO OPERATIONS USER TIMESTAMP WPO OPERATIONS SUPERVISOR TIMESTAMP AUDIT TOC SECRETARY TIMESTAMP AUDIT TOC USER TIMESTAMP AUDIT TOC SUPERVISOR TIMESTAMPAUDIT TOC AUTHORIZER TIMESTAMPRM SECRETARY TIMESTAMPBILL REF BILL DATEACCOUNTS USER TIMESTAMP ACCOUNTS SUPERVISOR TIMESTAMP ACCOUNTS AUTHORIZER TIMESTAMP AUDIT SECRETARY TIMESTAMP AUDIT USER TIMESTAMP AUDIT SUPERVISOR TIMESTAMP AUDIT AUTHORIZER TIMESTAMP
{{ $count++ }}. {{ $shed_gang_allocation->port->name }} {{ $shed_gang_allocation->gang->gang_name }} {{ $shed_gang_allocation->season->name }} {{ $shed_gang_allocation->gang_allocation->allocation_date ? Carbon\Carbon::parse($shed_gang_allocation->gang_allocation->allocation_date)->format('j M Y') : null }} {{ $shed_gang_allocation->gang_allocation->quantity_allocated }} {{ number_format($shed_gang_allocation->quantity_fulfiled / 16, 4) }} {{ $shed_gang_allocation->gang_allocation->activity->activity_name }} {{ $shed_gang_allocation->activity_summary?->activity_date ? Carbon\Carbon::parse($shed_gang_allocation->activity_summary?->activity_date)->format('j M Y') : null }} {{ $shed_gang_allocation->activity_summary?->activity_summary_ref }} {{ $shed_gang_allocation->depot_keeper_time ? Carbon\Carbon::parse($shed_gang_allocation->depot_keeper_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->cost_sheet_ref }} {{ $shed_gang_allocation->cost_sheet?->cost_sheet_date ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->cost_sheet_date)->format('j M Y') : null }} {{ $shed_gang_allocation->cost_sheet?->wpo_arrival_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->wpo_arrival_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->wpo_arrival_supervisor_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->wpo_arrival_supervisor_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->toc_audit_secretary_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->toc_audit_secretary_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->toc_audit_user_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->toc_audit_user_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->toc_audit_supervisor_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->toc_audit_supervisor_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->toc_audit_authorizer_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->toc_audit_authorizer_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accounts_user_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accounts_user_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accounts_supervisor_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accounts_supervisor_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accounts_authorizer_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accounts_authorizer_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accra_audit_secretary_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accra_audit_secretary_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accra_audit_user_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accra_audit_user_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accra_audit_supervisor_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accra_audit_supervisor_time)->format('j M Y g:i a') : null }} {{ $shed_gang_allocation->cost_sheet?->accra_audit_authorizer_time ? Carbon\Carbon::parse($shed_gang_allocation->cost_sheet?->accra_audit_authorizer_time)->format('j M Y g:i a') : null }}
Showing {{ $shed_gang_allocations->firstItem() }} to {{ $shed_gang_allocations->lastItem() }} of total {{ $shed_gang_allocations->total() }} entries {!! $shed_gang_allocations->render() !!}
@endsection @section('more-scripts') @endsection