{{ html_decode($user->name) }}
@if ($user->phone){{ html_decode($user->phone) }}
@endif{{ html_decode($user->email) }}
{{ __('Joined') }} : {{ formattedDateTime($user->created_at) }}
@if ($user->is_banned == 'yes'){{ __('Banned') }} : {{ __('Yes') }}
@else{{ __('Banned') }} : {{ __('No') }}
@endif @if ($user->email_verified_at){{ __('Email verified') }} : {{ __('Yes') }}
@else{{ __('Email verified') }} : {{ __('None') }}
@adminCan('customer.update')
{{-- profile information card area --}}
{{-- change password card area --}}
{{-- banned history card area --}}
| {{ __('Subject') }} | {{ __('Description') }} |
|---|---|
| {{ $banned_history->subject }} | {!! nl2br($banned_history->description) !!} |