@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM ADD GANG ACTIVITY TO SHED WAYBILL no: ({{ $shed_waybill->waybill_no }}) @if ($shed_waybill->type == 'sample residue') Back to Transactions @elseif ($shed_waybill->type == 'sweepings') Back to Transactions @elseif ($shed_waybill->type == 'burst bags') Back to Transactions @elseif ($shed_waybill->type == 'wet bags') Back to Transactions @elseif ($shed_waybill->type == 'confiscated') Back to Transactions @elseif ($shed_waybill->type == 'stained bags') Back to Transactions @elseif ($shed_waybill->type == 'Inter-Warehouse') Back to Transactions @elseif ($shed_waybill->type == 'Intra-Warehouse') Back to Transactions @elseif ($shed_waybill->type == 'factory') Back to Transactions @endif @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 ($shed_waybill->shed_gang_allocations()->where('shed_id', $shed_id)->get() 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