{{ __('Name:') }} {{ $firstName.' '.$lastName }}

{{ __('Email:') }} {{ $email }}

{{ __('Phone:') }} {{ $phone }}

@if($country)

{{ __('Country:') }} {{ $country }}

@endif @if($state)

{{ __('State:') }} {{ $state }}

@endif @if($city)

{{ __('City:') }} {{ $city }}

@endif