-
{{__('First name')}}
{{$booking->first_name}}
-
{{__('Last name')}}
{{$booking->last_name}}
-
{{__('Email')}}
{{$booking->email}}
-
{{__('Phone')}}
{{$booking->phone}}
-
{{__('Address line 1')}}
{{$booking->address}}
-
{{__('Address line 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}}