Bookings

@foreach($bookings as $b) @endforeach
Ref Customer Dates Total
{{ $b->reference }} {{ $b->customer?->first_name }} {{ $b->customer?->last_name }} {{ $b->start_at->format('Y-m-d') }} → {{ $b->end_at->format('Y-m-d') }} {{ number_format($b->total_amount/100, 2) }} {{ $b->currency }} Open
{{ $bookings->links() }}