{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButon --}}
{{-- search --}}
{{-- department --}}
{{-- totalCount --}}

{{ $users->count() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- loop - users --}} @foreach ($users->where('name', '!=', 'Administrator') ?? [] as $user)
{{-- imageFile --}}
{{-- name --}}
{{ $user?->{__('name')} }}
{{-- department --}}

{{ $user?->role?->{__('name')} }}

{{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- email --}}

{{__('Email')}}

{{-- phone --}}

{{__('Phone')}}

{{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- viewDetails --}}
{{-- edit --}} {{-- remove --}}
{{-- end view --}}
@endforeach {{-- end loop --}}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: create --}} {{-- 1.2: edit --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- endSection --}}