Print
The HeadBarber

{{$bookings->branch->address}}

{{$bookings->branch->email}}

{{$bookings->branch->phone}}

BOOKING #{{$bookings->id}}

Booked Date: {{ Common::DateFormat($bookings->booking_date)}} {{$bookings->booking_time}}
Booking Created: {{ Common::DateFormat($bookings->created_at)}}

Customer:

{{$bookings->name}}

{{$bookings->email}}

{{$bookings->phone}}

Bill To:
@foreach($bookings->payments as $payment) @endforeach
{{$payment->payment_type}}: {{$bookings->branch->currency_symbol}}{{$payment->amount}}
Total Paid: {{$bookings->branch->currency_symbol}}{{$bookings->amount}}
@foreach($bookings->items as $item) @if($item->status == 0) @endif @endforeach
Item Description Qty Discount Amount
{{$item->item_name}} {{$item->category_name}} {{$item->quantity}} {{$bookings->branch->currency_symbol}}{{$item->discount}} {{$bookings->branch->currency_symbol}}{{$item->amount}}
{{$item->reason}}

Staff: {{@$bookings->staff->name}}

Thanks for coming

Subtotal:

Discount:

Tax:

Total:

{{$bookings->branch->currency_symbol}}{{$bookings->subtotal??0.00}}

{{$bookings->branch->currency_symbol}}{{$bookings->discount}}

0.00

{{$bookings->branch->currency_symbol}}{{$bookings->amount}}

{{--
Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future. Thank You!
--}}
{{-- @include('bookings.show_fields') --}}