|
{{ __('Id') }}
@if ($sortField === 'id')
|
{{-- Sortable Language column --}}
|
{{-- Sortable User Name column --}}
{{ __('Name') }}
@if ($sortField === 'name')
|
{{-- Sortable Type column --}}
{{ __('Type') }}
@if ($sortField === 'type')
|
{{-- Sortable Comment column --}}
{{ __('Comment') }}
@if ($sortField === 'comment')
|
{{ __('Active') }}
@if ($sortField === 'inactive')
|
{{ __('Conf.') }}
@if ($sortField === 'email_verif')
|
{{ __('Last login') }}
@if ($sortField === 'last_login_at')
|
{{ __('Created') }}
@if ($sortField === 'created_at')
|
{{-- Non-sortable Action columns --}}
{{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $profile->id }} |
@if ($profile->profile_photo_path)
|
{{ $profile->name }}
{{ $profile->full_name }}
|
{{ $profile->type }} |
{{ $profile->comment }}
|
@if ($profile->deleted === __('yes'))
{{ __('removed') }}
@elseif ($profile->deleted === __('planned'))
{{ __('removing') }}
@elseif ($profile->inactive == __('no'))
{{ __('yes') }}
@elseif ($profile->inactive == __('yes'))
{{ __('no') }}
@else
{{ __('pausing') }}
@endif
|
@if ($profile->email_suppressed)
{{ __('Blocked') }}
@elseif ($profile->email_verif == __('yes'))
{{ __('yes') }}
@else
{{ $profile->email_verif }}
@endif
|
@if ($profile->last_login_at) {{ \Carbon\Carbon::createFromTimeStamp(strtotime($profile->last_login_at))->diffForHumans() }} @endif | @if ($profile->created_at) {{ \Carbon\Carbon::createFromTimeStamp(strtotime($profile->created_at))->diffForHumans() }} @endif |
|
| {{ __('No results found') }} | |||||||||
{{ $message }}
@enderror{{ __('This is the central bank (level 0) and cannot be removed from the system. Central banks are essential for currency creation and management.') }}
{{ __('At least one administrator account must remain active in the system.') }}
{{ __('You must settle all debts before you can delete your profile. Please ensure all your account balances are zero or positive.') }}
{{ $donationLimitError }}