@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Bush Delivery {{($bush_delivery->transaction_code)}} @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} Select LBC Select LBC. @foreach ($lbcs as $lbc) lbc_id == $lbc->id) selected @endif value="{{$lbc->id}}">{{$lbc->name}} @endforeach Select TOC @foreach ($ports as $port) id == $bush_delivery->port_id) selected @endif value="{{$port->id}}">{{$port->name}} @endforeach Select Season @foreach ($seasons as $season) id == $bush_delivery->season_id) selected @endif value="{{$season->id}}">{{$season->name}} @endforeach Total No of bags eta Driver's Name Driver's Contact Driver's License Mate's Name Mate's Contact Truck Number Select Warehouse Select Warehouse. @foreach ($warehouses as $warehouse) warehouse_id == $warehouse->id) selected @endif value="{{$warehouse->id}}">{{$warehouse->name}} @endforeach @endsection @section('more-scripts') @endsection