@extends('admin.layout.app') @section('more-head')
@endsection @section('main-content')
OPERATIONS MANAGEMENT SYSTEM
Delivery
Back to Transactions
@include('includes.messages')
{{ csrf_field() }} {{ method_field('PUT') }}
{{ csrf_field() }} {{ method_field('PUT') }}
Select station
Select station.
@foreach ($stations as $station)
id == $internal_waybill->bush_waybill->station_id) selected @endif> {{ $station->station_name }}
@endforeach
Internal Waybill No. of bags
(Bags Remaining: {{ $status_of_rejection = $rejected_quantity - $srb }})
Internal Waybill Number.
Internal Waybill Date.
{{--
Client.
--}}
Select Internal Waybill Grade
internal_waybill_grade == '0') selected @endif>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> {{ $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
--}} {{--
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