@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') 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: 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 @endsection @section('more-scripts') @endsection