@extends('layouts.app') @section('title', 'Bills of Lading') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')
Manage export bills of lading
| BL # | Date | Order # | Shipper | Consignee | Vessel | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $bl->bl_number }} | {{ $bl->created_at->format('d M Y') }} | {{ $bl->order->order_number ?? 'N/A' }} | {{ $bl->shipper->name ?? 'N/A' }} | {{ $bl->consignee->name ?? 'N/A' }} | {{ $bl->vessel_name ?? 'TBD' }} | {{ ucfirst($bl->status) }} | |
No bills of lading | |||||||