@if (!empty($profile)) @endif @if(!$user->isCustomerAdmin()) @endif
@lang('labels.backend.access.users.tabs.content.overview.name') {{ $user->name }}
@lang('labels.backend.access.users.tabs.content.overview.email') {{ $user->email }}
Account Number {{ $user->ac_code }}
Date of Birth {{ $profile->date_of_birth }}
Religion {{ $profile->religion }}
Ethnicity {{ $profile->ethnicity }}
Notes {{ $profile->notes }}
@lang('labels.backend.access.users.tabs.content.overview.status') {!! $user->status_label !!}
@lang('labels.backend.access.users.tabs.content.overview.confirmed') {!! $user->confirmed_label !!}
@lang('labels.backend.access.users.tabs.content.overview.timezone') {{ $user->timezone }}
Enable
Change Password {{ html()->password('password') ->class('form-control') ->placeholder( __('validation.attributes.backend.access.users.password')) ->attribute('id','staff_change_password')->attribute('data-user_id',$user->id) }}
@lang('labels.backend.access.users.tabs.content.overview.last_login_at') @if($user->last_login_at) {{ timezone()->convertToLocal($user->last_login_at) }} @else N/A @endif
@lang('labels.backend.access.users.tabs.content.overview.last_login_ip') {{ $user->last_login_ip ?? 'N/A' }}