New Booking #{{$bookingOrder->id}}

You've received the following booking from {{$username}}:

[Order #{{$bookingOrder->id}}]({{$bookingOrder->order_date}})

@foreach($booking as $key => $book) @endforeach
Item Name Date Price
{{$book->Product->name}} {{$book->booking_date}} {{$book->amount}} {{$total = $total + $book->amount}}
Total Amount {{number_format($total, 2)}}
Damage Guarantee {{$bookingOrder->damage}}
Delivery Charge {{$bookingOrder->delivery_charge}}
LendRB Commision {{$bookingOrder->commission}}
SubTotal {{$bookingOrder->total_amount - $bookingOrder->vat_tax}}
VAT TAX (23%) {{$bookingOrder->vat_tax}}
Total Amount {{$bookingOrder->total_amount}}

Thank you for choosing our service.We look forward to meet you again

Money once paid will not we refunded. However, it can be abjected towards any services

Other T &C Apply