{{__('Customer information')}}
| {{__('First name')}} |
{{$booking->first_name}} |
| {{__('Last name')}} |
{{$booking->last_name}} |
| {{__('Email')}} |
{{$booking->email}} |
| {{__('Address trne 1')}} |
{{$booking->address}} |
| {{__('Address trne 2')}} |
{{$booking->address2}} |
| {{__('City')}} |
{{$booking->city}} |
| {{__('State/Province/Region')}} |
{{$booking->state}} |
| {{__('ZIP code/Postal code')}} |
{{$booking->zip_code}} |
| {{__('Country')}} |
{{get_country_name($booking->country)}} |
| {{__('Special Requirements')}} |
{{$booking->customer_notes}} |