@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

destination

destination

{{-- --}} {{-- --}} {{-- --}} @foreach ($destinations as $destination) {{-- --}} {{-- --}} {{-- --}} @endforeach {{-- --}} {{-- --}} {{-- --}}
No.Seasondestination port Basis Freight Charge currency Bunker RateHandling ChargeChemical Analysis Warehouse Charges Production Year Shipping Mode EDITDELETE
{{ $loop->index + 1 }}.{{ $destination->season->name }}{{ $destination->destinationport->name }} ({{ $destination->destinationport->country->name }}) {{ $destination->base->name }} {{ $destination->freight_charge }} {{ $destination->currency }} {{ $destination->bunker_rate * 100 }}%{{ $destination->handling_charge }}{{ $destination->chemical_analysis }} {{ $destination->warehouse_charges }} {{ $destination->production_year->year }} {{ $destination->shippingmode->name }} EDIT
No.Seasondestination port Basis Freight Charge currency Bunker RateHandling ChargeChemical Analysis Warehouse Charges Production Year Shipping Mode EDITDELETE
@endsection @section('more-scripts') @endsection