| {{ __('Employee') }} | {{ __('Contact') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|
|
{{ $employee->first_name }} {{ $employee->last_name }}
{{ $employee->email }}
|
@if($employee->phone_number)
{{ $employee->phone_number }}
@else
—
@endif
|
@if($employee->is_banned)
|
|
@if($search || $statusFilter !== 'all') {{ __('No employees match your current search or filter criteria. Try adjusting your filters or search terms.') }} @else {{ __('Get started by adding your first employee to the system. You can manage their access and track their activity.') }} @endif
@if(!$search && $statusFilter === 'all'){{ __('Are you sure you want to delete this employee? This action cannot be undone.') }}
{{ __('This will prevent the employee from logging in. Provide a reason for the suspension.') }}
{{ __('This reason will be shown to the employee when they try to log in.') }}