@extends('admin.app') @section('content')
{{ Breadcrumbs::render('administrators/view') }}
User profile picture

{{ $user->name }}

Basic Information

{{ __('all.first_name') }} {{ $user->first_name }}
{{ __('all.last_name') }} {{ $user->last_name }}
{{ __('all.email') }} {{ $user->email }}
{{ __('all.phone') }} {{ $user->countryCodeWithPhone }}
{{ __('all.username') }} {{ $user->username }}
{{ __('all.status') }} {!! $user->myStatus !!}
@endsection