@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') contract Contract @include('includes.messages') {{ csrf_field() }} MK Number: @foreach ($sales_advices as $sales_advice) {{ $sales_advice->mk_number }} @endforeach Contract Number Contract Date Buyer: @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Tolling Yes No Tolling Factory: @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Advice Reference Tonnage Destination @foreach ($destinationports as $destinationport) {{ optional($destinationport)->name }} ({{ optional($destinationport->country)->name }}) @endforeach Price ($) Select Basis: @foreach ($bases as $base) {{ $base->name }} @endforeach Freight Charge Date Declared {{-- Exchange Rate (GBP/USD) --}} Product @foreach ($crops as $crop) {{ $crop->name }} @endforeach Select Cocoa Type: @foreach ($cocoa_types as $cocoa_type) {{ $cocoa_type->type_name }} @endforeach Specialty: Shipment Period {{-- Production Year @foreach ($production_years as $production_year) status == 'active') selected @endif> {{ $season->crop_year }} @endforeach --}} Shipment Mode @foreach ($shippingmodes as $shippingmode) {{ $shippingmode->name }} @endforeach SELECT LOAN TYPE: Type of Loan: MTLF AFDB ANNUAL SYNDICATION ANNUAL SYNDICATION (1ST ADDITION) ANNUAL SYNDICATION (2ND ADDITION) ANNUAL SYNDICATION (3RD ADDITION) PRE-PAYMENT NON COLLATERAL ANNUAL COLLATERAL @endsection @section('more-scripts') @endsection