@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') MKs Create MK @include('includes.messages') {{ csrf_field() }} Date MK Number Buyer: Buyer @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Production Year: Production Year @foreach ($production_years as $production_year) {{ $production_year->year }} @endforeach Product: Product @foreach ($crops as $crop) {{ $crop->name }} @endforeach Position/Shipment Period: Position/Shipment Period @foreach ($shipping_periods as $shipping_period) {{ $shipping_period->shipping_period }} @endforeach Shipment year: Shipment year @foreach ($shipping_years as $shipping_year) {{ $shipping_year->Year }} @endforeach Currency: US Dollars GBP EURO Basis: Basis @foreach ($bases as $base) name == 'CIF') selected @endif>{{ $base->name }} @endforeach Payment (Optional): Payment @foreach ($payment_options as $payment_option) {{ $payment_option->options }} @endforeach Product Quality: Select Product Quality @foreach ($product_qualities as $product_quality) {{ $product_quality->quality }} @endforeach Tonnage Price/Tonnage ($) {{-- --}} Exchange Rate (GBP/USD) LID: Select LID @foreach ($lids as $lid) {{ $lid->lid }} @endforeach Arbitration: Select Arbitration @foreach ($arbitrations as $arbitration) {{ $arbitration->arbitration }} @endforeach Remarks: Select Remark @foreach ($remarks as $remark) {{ $remark->remark }} @endforeach Other Remarks (Optional): Select other remark @foreach ($other_remarks as $other_remark) {{ $other_remark->other_remarks }} @endforeach Weight (Optional): Select Option @foreach ($weight_remarks as $weight_remark) {{ $weight_remark->w_remarks }} @endforeach Various Crop Years: No Yes @endsection @section('more-scripts') @endsection