@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM EDIT GANG ACTIVITY TO shed WAYBILL no: ({{ $shed_gang_allocation->shed_waybill->waybill_no }}) {{-- Back to Transactions --}} @include('includes.messages') {{ csrf_field() }} @method('PUT') Select Activity / Gang Select Activity / Gang. @foreach ($gang_allocations as $gang_allocation) gang_allocation_id == $gang_allocation->id) selected @endif> {{ $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: {{ $shed_gang_allocation->other_remarks }} @endsection @section('more-scripts') @endsection