{{ $user->infos->firstname }} {{ $user->infos->lastname }} {{ trans('Account created :') }} {{ $user->created_at_hr() }}
@if ($user->infos->validated == 1) @else @endif
{{ $user->infos->phone }} {{ $user->email }} @if (empty($user->infos->address)) {{ trans('Not filled yet') }} @else
{{ $user->infos->address }}
@if (!empty($user->infos->address_2)) {{ $user->infos->address_2 }}
@endif {{ $user->infos->zip_code }} {{ $user->infos->city }}
@endif
{{ $user->infos->comment }}