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

OPERATIONS MANAGEMENT SYSTEM

Gang Allocations

@foreach ($gang_allocations as $gang_allocation) @endforeach
No. ACTIVITY SHED GANG QUANTITY ALLOCATED (TONNES) DATE ALLOCATED Edit Delete
{{ $loop->index + 1 }} {{ strtoupper(optional($gang_allocation->activity)->activity_name) }} {{ strtoupper(optional($gang_allocation->shed)->name) }} {{ strtoupper(optional($gang_allocation->gang)->gang_name) }} {{ number_format($gang_allocation->quantity_allocated, 4) }} {{ strtoupper($gang_allocation->allocation_date) }} shed_gang_allocations?->sum('quantity_fulfiled') == $gang_allocation->quantity_allocated * 16) disabled onclick="event.preventDefault();" oncontextmenu="return false;" @endif --}}>EDIT
No. ACTIVITY SHED GANG QUANTITY ALLOCATED (TONNES) DATE ALLOCATED Edit Delete
@endsection @section('more-scripts') @endsection