@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Delivery @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} {{ csrf_field() }} {{ method_field('PUT') }} Internal Waybill Number. Internal Waybill Date. Internal Waybill No. of bags Select Internal Waybill Grade Select Grade. internal_waybill_grade == 'I') selected @endif value="I">Grade I internal_waybill_grade == 'II') selected @endif value="II">Grade II internal_waybill_grade == 'SS') selected @endif value="SS">Grade SS Category Select category. @foreach ($categories as $category) category_id == $category->id) selected @endif> {{ $category->name }} @endforeach Cocoa Type Select cocoa type. @foreach ($cocoa_types as $cocoa_type) cocoa_type_id == $cocoa_type->id) selected @endif value="{{ $cocoa_type->id }}"> {{ $cocoa_type->type_name }} @endforeach Specialty Type Select @foreach ($specialty_types as $specialty_type) specialty_type_id == $specialty_type->id) selected @endif> {{ $specialty_type->specialty_name }} @endforeach Client. Select @foreach ($client_types as $client_type) client_type_id == $client_type->id) selected @endif> {{ $client_type->name }} @endforeach 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 Submit @endsection @section('more-scripts') @endsection