{{ __('Employee Directory') }}

{{ __('Contact information for your colleagues') }}

@can('employees create') {{ __('Add Employee') }} @endcan
@if(session()->has('message'))
{{ session('message') }}
@endif
@can('employees edit') @endcan @forelse ($employees as $employee) @can('employees edit') @endcan @empty @endforelse
{{ __('Employee Name') }} {{ __('Administration') }} {{ __('Employee Status') }} {{ __('Phone Extension') }} {{ __('Email') }}{{ __('Actions') }}
{{ $employee->name_localized }} {{ $employee->administrate?->name ?? '-' }} {{ $statuses[$employee->id]['label'] ?? __('Absent') }} {{ $employee->phone_extension ?: '-' }} @can('employees edit') @endcan {{ $employee->email }}
{{ __('No employees found') }}
@if ($employees->hasPages())
{{ $employees->links() }}
@endif
{{-- Modal لتعديل التحويلة الداخلية --}}