@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Shipment Shipment @include('includes.messages') {{csrf_field()}} Contract Number: Invoice date Insurance Number Tonnage To be Shipped: UK Freight Charge: Freight Exchange Rate Select vessel: @foreach ($vessels as $vessel) vessel_id == $vessel->id) selected @endif>{{$vessel->name}} @endforeach Shipping Mode: Bill of Laden number Bill of Laden Date Loading Port: Select Consignor @foreach ($consignors as $consignor) {{$consignor->name}} @endforeach Remarks Additional Remarks Applicable Warehouse Charges: No Yes @endsection @section('more-scripts') @endsection