@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Destination Destination @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Select season @foreach ($seasons as $season) id == $destination->season_id) selected @endif>{{ $season->crop_year }} @endforeach Select Destination Port @foreach ($destinationports as $destinationport) id == $destination->destinationport_id) selected @endif> {{ $destinationport->name }} ({{ $destinationport->country->name }}) @endforeach Select Basis @foreach ($bases as $base) id == $destination->base_id) selected @endif>{{ $base->name }} @endforeach Freight Charge Start Date End Date Select Currency Select Currency currency == 'US Dollars') selected @endif>Dollars currency == 'Pounds') selected @endif>Pounds currency == 'Euro') selected @endif>Euro Bunker Rate Chemical Analysis Warehouse Charges Select Production Year Select Production Year @foreach ($production_years as $production_year) production_year_id == $production_year->id) selected @endif> {{ $production_year->year }} @endforeach Select Shippingmode Select Shippingmode @foreach ($shippingmodes as $shippingmode) shippingmode == $shippingmode->id) selected @endif> {{ $shippingmode->name }} @endforeach @endsection @section('more-scripts') @endsection