@if(isset($bussiness))
@if(isset($bussiness->address))
{{$bussiness->address}}
@endif
@if(isset($bussiness->address_two)) , {{$bussiness->address_two}}
@endif
@if(isset($bussiness->city))
{{$bussiness->city}}
@endif
@if(isset($bussiness->country))
{{$bussiness->country}}
@endif
@if(isset($bussiness->mobile))
{{$bussiness->mobile}}
@endif
@if(isset($bussiness->phone))
,{{$bussiness->phone}}
@endif
@endif
Ref No : {{ $booking->ref_no ?? '' }} Booking Date : {{ $booking->created_at ?? '' }} Customer : {{$booking->customer->name ?? '' }} Address : {{$booking->customer->address ?? '' }} Email : {{$booking->customer->email ?? '' }} Phone : {{$booking->customer->contact_no ?? '' }}
Checkin At : {{ $booking->check_in_at ?? '' }} Checkout At : {{ $booking->check_out_at ?? '' }} Room No : {!! $result !!} Status : BOOKING No of Rooms : {{$room->count()}} Days : {{$no_of_days}}
No | Date | Amount |
---|---|---|
{{$key + 1}} | {{ date('Y-m-d', strtotime($single_room->created_at)) }} | {{number_format($total + $complementary, 2)}} |
Total Amt. | {{ number_format($total_rent,2) }} |
Advance Amt. | {{ number_format($advance,2) }} |
Payable. | {{ number_format($total_rent-$advance ,2) }} |
---|
Thank you for your business!
System By www.apssoft.co (71 1234 876)