@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Sales Advice Sales Advice @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} MK Number Contract date Select Buyer: Select Buyer @foreach ($consignees as $consignee) id == $sales_advice->consignee_id) selected @endif>{{ $consignee->name }} @endforeach Production Year: Production Year @foreach ($production_years as $production_year) production_year_id == $production_year->id) selected @endif> {{ $production_year->year }} @endforeach Crop Description: Crop Description @foreach ($crops as $crop) id == $sales_advice->crop_id) selected @endif>{{ $crop->name }} @endforeach Select Shipping Period: Select Shipping Period @foreach ($shipping_periods as $shipping_period) id == $sales_advice->shipping_period_id) selected @endif> {{ $shipping_period->shipping_period }} @endforeach Select Shipping year: Select Shipping year @foreach ($shipping_years as $shipping_year) id == $sales_advice->shipping_year_id) selected @endif> {{ $shipping_year->Year }} @endforeach Select Currency: US Dollars Select Basis: Select Basis @foreach ($bases as $base) id == $sales_advice->base_id) selected @endif>{{ $base->name }} @endforeach Select Payment Terms: Select Payment Terms @foreach ($payment_options as $payment_option) id == $sales_advice->payment_option_id) selected @endif> {{ $payment_option->options }} @endforeach Select Product Quality: Select Product Quality @foreach ($product_qualities as $product_quality) id == $sales_advice->product_quality_id) selected @endif> {{ $product_quality->quality }} @endforeach tonnage cif_price ($) Exchange Rate (GBP/USD) Select LID: Select LID @foreach ($lids as $lid) id == $sales_advice->lid_id) selected @endif>{{ $lid->lid }} @endforeach Select arbitration: Select arbitration @foreach ($arbitrations as $arbitration) id == $sales_advice->arbitration_id) selected @endif> {{ $arbitration->arbitration }} @endforeach Select remark: Select remark @foreach ($remarks as $remark) id == $sales_advice->remark_id) selected @endif>{{ $remark->remark }} @endforeach Select other remark: Select other remark @foreach ($other_remarks as $other_remark) id == $sales_advice->other_remark_id) selected @endif> {{ $other_remark->other_remarks }} @endforeach Select weight remark: Select weight remark @foreach ($weight_remarks as $weight_remark) id == $sales_advice->weight_remark_id) selected @endif> {{ $weight_remark->w_remarks }} @endforeach Various Crop Years: various == 'no') selected @endif>No various == 'yes') selected @endif>Yes @endsection @section('more-scripts') @endsection