@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM ADD GANG ACTIVITY TO INTERNAL WAYBILL no: ({{ $internal_waybill->internal_waybill_no }}) Back to Transactions @include('includes.messages') {{ csrf_field() }} Select Activity / Gang Select Activity / Gang. @foreach ($gang_allocations as $gang_allocation) {{ $gang_allocation->activity->activity_name }} / {{ $gang_allocation->gang->gang_name }} @endforeach Quantity ( Bags remaining: {{ $bags_remaining }} ) Remarks: N/A Truck did not show up In-line material machine faulty Natural Occurance Other Remarks: GANG ACTIVITY BAGS REMARKS OTHER REMARKS Edit @foreach ($internal_waybill->shed_gang_allocations as $shed_gang_allocation) {{ $shed_gang_allocation->gang->gang_name }} {{ $shed_gang_allocation->activity->activity_name }} {{ $shed_gang_allocation->quantity_fulfiled }} {{ $shed_gang_allocation->remarks }} {{ $shed_gang_allocation->other_remarks }} cost_sheet_id != null) onclick="event.preventDefault()";oncontextmenu=”return false”; disabled @endif> EDIT @endforeach @endsection @section('more-scripts') @endsection