Address : {{$item->company->address}}
Phone: {{$item->company->phone}}
Email: {{$item->company->email}}
@php $png= QrCode::format('png')->size(150)->gradient(20,60,208,50,200,100,'inverse_diagonal')->color(64,224,208,50)->generate(route('companyQr',20)); $png = base64_encode($png); @endphp

{{$item->room_description}}

@foreach($item->clients as $client) @endforeach
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)}}
Guest signature
Printed at : {{\Carbon\Carbon::now()->format('Y-m-d h:i')}}