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') }}