{{ __('admin_admins_label' ) }}

{{ __('admin_admins_title') }} ({{$admins->total()}})

@can('create_alis_staff') @endcan
@forelse($admins as $a) @empty @endforelse
# {{ __('admin_table_full_name') }}(s) {{ __('admin_table_email') }} {{ __('admin_table_phone') }}(s) {{ __('admin_table_role') }} Actions
{{ $loop->index + $admins->firstItem()}} {{ $a->name }} {{ $a->email }} {{ $a->phone ? $a->phone : '_ _ _' }} @foreach ($a->roles as $role) {{ $role->description }} @endforeach @if ($a->deleted_at) @else @can('show_alis_staff') @endcan @endif
{{ __('admin_no_found_result') }}
{{ $admins->links() }}
{{ $admin ? __('admin_admin_update') : __('admin_admin_add') }}
@if (session()->has('message-success'))
{{ session('message-success') }}
@endif
{{ __('button_cancel') }} @if(!$admin) {{ __('button_save') }} @else {{ __('button_update') }} @endif
@push('select2') @endpush