{{ _lang('Name') }} | {{ $user->name }} |
{{ _lang('Email') }} | {{ $user->email }} |
{{ _lang('Phone') }} | {{ $user->phone }} |
{{ _lang('Status') }} | {!! xss_clean(user_status($user->status)) !!} |
{{ _lang('Profile Picture') }} | {{ $user->profile_picture }} |
{{ _lang('Address') }} |
{{ $user->address }} |
{{ _lang('Created At') }} | {{ $user->created_at }} |