@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') contract Contract @include('includes.messages') {{ csrf_field() }} Shipment Instruction Reference: {{ $shipping_instruction->consignee_reference }} MK Number: Select MK Number {{ $shipping_instruction->sales_advice->mk_number }} Contract Number Contract Date Buyer: {{ $shipping_instruction->consignee->name }} Tolling Select Yes Or No Yes No Tolling Factory: @foreach ($consignees as $consignee) Select Tolling Factory {{ $consignee->name }} @endforeach Tonnage Destination Destination {{ $shipping_instruction->destinationport->name }} ({{ $shipping_instruction->destinationport->country->name }}) Price ($) Freight Charge (£) Date Declared Exchange Rate (GBP/USD) Product Select Product: @foreach ($crops as $crop) {{ $crop->name }} @endforeach Shipment Period Type of Loan Shipment Mode {{ $shipping_instruction->shippingmode->name }} Production Year {{ $shipping_instruction->sales_advice->production_year->year }} @endsection @section('more-scripts') @endsection