@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM EDIT GANG ACTIVITY {{-- Back to Transactions --}} @include('includes.messages') {{ csrf_field() }} @method('PUT') @if (Session::has('msg')) {{ Session::get('msg') }} @endif 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: {{ $shed_gang_allocation->gang_allocation->quantity_allocated * 16 }} ): Remarks: remarks == 'N/A') selected @endif>N/A remarks == 'Truck did not show up') selected @endif> Truck did not show up remarks == 'In-line material machine faulty') selected @endif> In-line material machine faulty remarks == 'Natural Occurance') selected @endif>Natural Occurance Other Remarks: {{ $shed_gang_allocation->other_remarks }} @endsection @section('more-scripts') @endsection