@extends('layouts.app') @section('title', 'Shipping Bills') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')
Manage export shipping bills
| SB # | Date | Order # | Port | Bank | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $sb->sb_number }} | {{ $sb->created_at->format('d M Y') }} | {{ $sb->order->order_number ?? 'N/A' }} | {{ $sb->port_of_loading ?? 'N/A' }} | {{ $sb->bank->name ?? 'N/A' }} | {{ ucfirst($sb->status) }} | |
No shipping bills | ||||||