Checkedout Guest Details Report

{{$societyinfo->cust_name}}

{{$societyinfo->contact_address}}

@if($hasLogo) @endif

@if($details->net_amount > 0) @endif
Booking Information :
Living Start Date : {{date('d-m-Y', strtotime($details->living_start_at))}} Living End Date : {{date('d-m-Y', strtotime($details->booked_up_to))}}
Building : {{$details->building_name}} Room Type/Room : {{$details->unit_name}} / {{$details->apartment_name}}
Persional Information :
Name : {{ucfirst($details->complainant_name)}} Phone : {{ucfirst($details->contact_no)}}
Email : {{$details->email}} Gender : {{$details->gender}}
Payment Details :
Net Amount : {{ucfirst($details->net_amount)}} Payment Status/Payment Mode : {{ucfirst($details->payment_status)}}/{{$details->payment_mode}}
Room History
@if(count($history) > 0) @foreach($history as $row) @endforeach @endif
Building Name Room Name Living From Living Upto Last Action
{{$row->building_name}} {{$row->apartment_name}} {{date('d-m-Y', strtotime($row->living_start_at))}} {{date('d-m-Y', strtotime($row->booked_up_to))}} {{$row->last_action}}