@include('partials.head')
{{ __('Dashboard') }}
{{ __('Notifications') }} @if(auth()->user()->unreadNotifications->count())
{{ auth()->user()->unreadNotifications->count() }}
@endif
@if(auth()->user()->hasRole(['Admin','General Manager'])) @can('roles show')
{{ __('Roles') }}
@endcan @can('companies show')
{{ __('Companies') }}
@endif @can('branches show')
{{ __('Branches') }}
@endcan @endif @if(session('active_company_id') and session('active_branch_id')) @can('attachments show')
{{ __('Company attachments') }}
@endcan @can('administrates show')
{{ __('Administrates') }}
@endcan @can('departments show')
{{ __('Departments') }}
@endcan @can('positions show')
{{ __('Positions') }}
@endcan @can('employees show')
{{ __('Employees') }}
@endcan
{{ __('Employee Directory') }}
@can('documents show')
{{ __('Documents') }}
@endcan @can('violations show')
{{ __('Violations') }}
@endcan @can('leaves show')
{{ __('Leaves') }}
@endcan @can('custodies show')
{{ __('Custodies') }}
@endcan @can('projects show')
{{ __('Projects') }}
@endcan @can('tasks show')
{{ __('Tasks') }}
@endcan @can('payslips show')
{{ __('Payslips') }}
@endcan @can('permissions show')
{{ __('Permission requests') }}
@endcan @can('attendance-requests show')
{{ __('Attendance requests') }}
@endcan @can('deputations show')
{{ __('Deputations') }}
@endcan @can('attendances show')
{{ __('Attendances') }}
@endcan @can('employees edit')
{{ __('Work Shifts') }}
@endcan @can('absences show')
{{ __('Absences') }}
@endcan @can('purchases show')
{{ __('Purchases') }}
@endcan @can('advances show')
{{ __('Advances') }}
@endcan @can('overtimes show')
{{ __('Overtime') }}
@endcan @can('activity logs show')
{{ __('Activity Logs') }}
@endcan @can('candidates show')
{{ __('Candidates') }}
@endcan @can('clients show')
{{ __('Clients') }}
@endcan @endif
{{ app()->getLocale() === 'ar' ? 'English' : 'العربية' }}
{{ auth()->user()->initials() }}
{{ auth()->user()->translate('name') }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ app()->getLocale() === 'ar' ? 'EN' : 'عربي' }}
{{ auth()->user()->initials() }}
{{ auth()->user()->translate('name') }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ $slot }} @livewireScripts @fluxScripts @yield('scripts') @stack('scripts')