{{ __('content.all_admin') }}
@if (count($admin_users) > 0)
{{ __('content.image') }} |
{{ __('content.role_name') }} |
{{ __('content.name') }} |
{{ __('content.email') }} |
{{ __('content.action') }} |
@php $desc = count($admin_users); $asc=0; @endphp
@foreach ($admin_users as $admin_user)
@if ($admin_user->getRoleNames()->first() != "super-admin")
@if (!empty($admin_user->profile_photo_path))
@else
@endif
|
{{ $admin_user->getRoleNames()->first() }} |
{{ $admin_user->name }} |
{{ $admin_user->email }} |
|
{{ __('content.you_wont_be_able_to_revert_this') }}
@endif
@endforeach
@else
{{ __('content.not_yet_created') }}
@endif