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

Allocated Freights

Allocated Freights

@foreach ($facs as $fac) @if (empty($fac->shipping_line)) @else @endif {{-- --}} @endforeach {{-- --}}
No. VESSEL ETA TONNAGE DESTINATION shipping MODE SHIPPING LINE CONTRACT NO. BUYER PORT OF LOADING SP REF CHECK
{{ $loop->index + 1 }} {{ optional($fac->vessel)->name }} {{ $fac->eta }} {{ $fac->fac_tonnage }} {{ optional(optional($fac->contract)->destinationport)->name }} {{ $fac->contract->shippingmode->name }} {{ optional(optional(optional($fac->contract)->shipping_instruction)->shipping_line)->shipping_line }} {{ optional($fac->shipping_line)->shipping_line }} {{ optional($fac->contract)->number }} {{ optional($fac->contract)->consignee->name }} {{ optional($fac->loadingport)->name }} {{ optional($fac->shipping_programme)->sp_ref }}shipping_programme->approved)) disabled="disabled" onclick="event.preventDefault();" oncontextmenu="return false;" @endif>UPDATE
No. VESSEL ETA TONNAGE DESTINATION shipping MODE SHIPPING LINE CONTRACT NO. BUYER PORT OF LOADING SP REF UPDATE
@endsection @section('more-scripts') @endsection