@extends('layouts.app') @section('title') @section('pages')
Consignor Details

Consignor Name : {{ ucfirst($consignor->name ?? '') }}
Phone no. : {{$consignor->phone_no ?? ''}}
City : {{$from_location_id->name ?? ''}}
Address : {{$consignor->address ?? ''}}
Email : {{$consignor->email?? ''}}
Consignee Details

{{-- --}}
Consignee Name : {{ ucfirst($consignee->name ?? '') }}
Phone no. : {{$consignee->phone_no ?? ''}}
City : {{$to_location_id->name}}City : {{$to_location_id->name ?? ''}}
Address : {{$consignee->address ?? ''}}
Email : {{$consignee->email?? ''}}
Vendor Details
@if(isset($vendor)) @endif

@if(isset($vendor)) @else @endif
Vendor Name : {{ ucfirst($vendor->name ?? '') }}
Phone no. : {{$vendor->phone_no ?? ''}}
City : {{$vendor_city->name}}
Address : {{$vendor->address ?? ''}}
Email : {{$vendor->email?? ''}}
No Vendor
Booking Details

Voucher Type : {{$booking->voucher_type_code ?? ''}}
Bill To Party : {{ ucfirst($bill_to_party->name ?? '') }}
Transportation Mode : {{$transportations->code ?? ''}}
Transpot Type : {{$transports->name ?? ''}}
Delivery Type : {{$deliveries->name ?? ''}}
Shipping Risk : {{$risks->name?? ''}}
Tax Paid By: {{$taxpaidby->code ?? ''}}
Insurance Details
@if(isset($insurance)) @endif

@if(isset($insurance)) @else @endif
Insurance Provider : {{ucfirst($insurance_provider->name ?? '' )}}
Policy Number : {{ $insurance->policy_no ?? '' }}
Policy Percentage : {{$insurance->policy_percentage ?? '' }}%
Policy Amount : {{$insurance->policy_amount ?? ''}}
Claim Amount : {{$insurance->claim_amount ?? ''}}
No Insurance
Container Details
@if(isset($containerDetails)) @endif

@if(isset($containerDetails)) @else @endif
Container No : {{ ucfirst($containerDetails->container_no ?? '') }}
Seal Number : {{$containerDetails->seal_no ?? ''}}
Delivery Order (DO) Number : {{$containerDetails->delivery_order_no}}
Delivery Order (DO) Validity date : {{$containerDetails->delivery_order_validity_date ?? ''}}
Container Return Expiry Date : {{$containerDetails->container_return_expiry_date?? ''}}
No Container Details
Pickup Address Details

Pickup Address : {{$pickup_address->address_line1 ?? '' }}
Bill To Address Details

Bill To Address : {{$bill_to_address->address_line1 ?? '' }}
Ship To Address Details

Ship To/Delivery Address : {{$ship_to_address->address_line1 ?? ''}}
Broker Details
@if(isset($containerDetails)) @endif

@if(isset($broker->name) ) @else @endif
Broker : {{ $broker->name ?? '' }}
Booker Commission : {{$booking->broker_commission ?? ''}}
No Broker Details

@csrf
Item/Material Details

    @csrf
    Additional invoice

      @csrf
      @endsection @section('js') @endsection