@include('admin.header')

Edit Booking Invoice - {{ $shipment->shipment_number }}

Back to Invoices
@if(session('success')) @endif @if($errors->any()) @endif
Edit Booking Invoice
@csrf @method('PUT')
Cancel
Invoice Summary
Invoice Number:
{{ $bookingInvoice->invoice_number }}
Current Total:
${{ number_format($bookingInvoice->total_charges, 2) }}
New Total:
$0.00
Created By:
{{ $bookingInvoice->creator->name }}
Created At:
{{ $bookingInvoice->created_at->format('M d, Y H:i') }}
@include('admin.footer')