@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Destination Destination @include('includes.messages') {{ csrf_field() }} Select season @foreach ($seasons as $season) status == 'active') selected @endif>{{ $season->crop_year }} @endforeach Select Destination Port SELECT DESTINATION PORT @foreach ($destinationports as $destinationport) {{ $destinationport->name }} ({{ $destinationport->country->name }}) @endforeach Select Basis SELECT BASIS @foreach ($bases as $base) {{ $base->name }} @endforeach Freight Charge Start Date Select Currency Select Currency Dollars Pounds Euro Bunker Rate Chemical Analysis Warehouse Charges Select Production Year Select Production Year @foreach ($production_years as $production_year) {{ $production_year->year }} @endforeach Select Shippingmode Select Shippingmode @foreach ($shippingmodes as $shippingmode) {{ $shippingmode->name }} @endforeach @endsection @section('more-scripts') @endsection