{{ __('User Details') }}
{{ html_decode($user->name) }}
@if ($user->phone){{ html_decode($user->phone) }}
@endif{{ html_decode($user->email) }}
{{ __('Type') }} : {{ ucfirst($user->role) }}
{{ __('Joined') }} : {{ $user->created_at->format('h:iA, d M Y') }}
@if ($user->is_banned == 'yes'){{ __('Banned') }} : {{ __('Yes') }}
@else{{ __('Banned') }} : {{ __('No') }}
@endif @if ($user->email_verified_at){{ __('Email verified') }} : {{ __('Yes') }}
@else{{ __('Email verified') }} : {{ __('None') }}
{{ __('Send Verify Link to Mail') }} @endif {{ __('Send Mail To User') }} @if ($user->is_banned == 'yes') {{ __('Remove Ban') }} @else {{ __('Ban User') }} @endif @if ($user->role != 'instructor') {{ __('Delete Account') }} @endif Login URL{{ __('Profile Information') }}
{{ __('Company Details') }}
{{ __('Profile Biography') }}
{{ __('Experience and Education') }}
{{ __('Experience') }}
{{ __('No') }} | {{ __('Company') }} | {{ __('Position') }} | {{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ $experience->company }} |
{{ $experience->position }} |
{{ $experience->start_date }} |
{{ $experience->current ? 'Present' : $experience->end_date }} |
{{ __('No Data!') }} | @endforelse
{{ __('Education') }}
{{ __('No') }} | {{ __('Organization') }} | {{ __('Degree') }} | {{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ $education->organization }} |
{{ $education->degree }} |
{{ $education->start_date }} |
{{ $education->current == 1 ||$education->end_date == null ? 'Present' : $experience->end_date }} |
{{ __('No Data!') }} | @endforelse
{{ __('Profile Location') }}
{{ __('Profile Socials') }}
{{ __('Change Password') }}
{{ __('Banned History') }}
{{ __('Subject') }} | {{ __('Description') }} |
---|---|
{{ $banned_history->subject }} | {!! clean(nl2br($banned_history->description)) !!} |