@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM EDIT BUSH WAYBILL @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} {{ csrf_field() }} {{ method_field('PUT') }} TRANSACTION CODE {{ $bush_delivery->transaction_code }} Select station Select station. @if ($revisedStations->count() > 0) @foreach ($revisedStations as $station) {{ $station->station_name }} {{-- $station->district->district_name --}} @endforeach @else @foreach ($notRevisedStations as $station) {{ $station->station_name }} {{-- $station->district->district_name --}} @endforeach @endif Bush Waybill No. of bags Bush Waybill Number. Bush Waybill Date. Seal Number. Client. Select Bush Grade bush_grade == '0') selected @endif>Select Grade. bush_grade == 'I') selected @endif value="I">Grade I bush_grade == 'II') selected @endif value="II">Grade II bush_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> {{ $cocoa_type->type_name }} @endforeach Specialty Type: Select specialty_type == 'none') selected @endif>NONE specialty_type == 'utz') selected @endif>UTZ specialty_type == 'traceable') selected @endif>TRACEABLE specialty_type == 'abrabopa') selected @endif>ABRABOPA specialty_type == 'organic aboofa') selected @endif>ORGANIC ABOOFA specialty_type == 'lindt') selected @endif>LINDT specialty_type == 'utz certified') selected @endif>UTZ CERTIFIED specialty_type == 'special') selected @endif>special specialty_type == 'fair trade') selected @endif>fair trade specialty_type == 'organic in transition') selected @endif>organic in transition specialty_type == 'organic in conversion') selected @endif>organic in conversion specialty_type == 'japan') selected @endif>japan specialty_type == 'coconet') selected @endif>coconet specialty_type == 'rfa') selected @endif>rfa QCC Evacuation Number. QCC Evacuation Date. Select Season @foreach ($seasons as $season) id == $bush_delivery->season_id) selected @endif value="{{ $season->id }}">{{ $season->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 @endsection @section('more-scripts') @endsection