@if(empty($state))
@else @php $billingAddress = $user->billing_address.", ".$user->billing_city.", ".$user->billing_postalcode; @endphp
First name {{$user->firstname}}
Last name {{$user->lastname}}
Email address {{$user->email}}
User phone {{$user->phone}}
Address {{$billingAddress}}
@endif