Address : {{$item->company->address}}
Phone: {{$item->company->phone}}
Email: {{$item->company->email}}
@php $png= QrCode::format('png')->merge(getimg('photos/cU5nG1WVVfxCmlDYBY4kHJ6EgfAm80yMvwZrXddA.png'), 0.5, 'true')->size(150)->gradient(20,60,208,50,200,100,'inverse_diagonal')->color(64,224,208,50)->generate(route('guestQr',[$client->id,$item->id])); $png = base64_encode($png); @endphp

{{$item->room_description}}

@if(isset($client->visa_number)) @else @endif
Guest Name : {{$client->name()}}
Guest Identifier / Passport No. : {{$client->identifier_id}} Guest Visa No. : {{$client->visa_number}} Guest Phone No. : {{$client->phone}}
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()}}
Description : {{$item->room_description}}
First PCR Date : {{$item->first_PCR_date}} Second PCR Date : {{$item->second_PCR_date}}
Company signature
Printed at : {{\Carbon\Carbon::now()->format('Y-m-d h:i')}}