|
|
Address : {{$item->company->address}}
Phone: {{$item->company->phone}} Email: {{$item->company->email}} |
{{$item->room_description}} |
Creation date : {{$item->created_at->format('Y-m-d / m:s')}} |
Code Number : {{$item->uuid}} |
Check In data : {{$item->check_in_date}} |
Check Out data : {{$item->check_out_date}} |
Number Of adult : {{$item->clients()->count()}} |
Hotel Name : {{$item->hotel->name()}} |
|
Guest #{{$loop->iteration}} : {{$client->enname()}}
|
Identifier Number : {{$client->identifier_id}}
|
| Description : {{$item->room_description}} | |
| First PCR Date : {{$item->first_PCR_date}} | Second PCR Date : {{$item->second_PCR_date}} |
| Total Price : {{number_format($item->price_per_stay,2)}} | |
| Total paid : {{number_format($item->amount_paid)}} | |
| Reminder : {{number_format($item->price_per_stay - $item->amount_paid)}} | |