@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}}
Des | Qty. | Amount |
---|---|---|
{{$expense->category->name ?? ''}} | {{$expense->quantity ?? 0}} | {{ number_format($expense->final_total, 2) }} |
Total : | {{$expenses->sum('final_total')}} |
---|
Thank you for your business!
System By www.apssoft.co (71 1234 876)