{{ __('menu') }}

{{ __('dashboard') }}
{{ __('employees') }}
{{ __('contracts') }}
{{ __('annexes') }}
{{ __('calendar') }}
{{ __('invoicein') }}
{{ __('invoiceout') }}
{{ __('clients') }}
{{ __('payments') }}
{{ __('salary') }}
{{ __('sanitary') }}
{{ __('schedules') }}
{{ __('surveys') }}
{{ __('projection') }}
{{ __('academy') }}
  • {{ __('teachers') }}
  • {{ __('students') }}
  • {{ __('classes') }}
    • {{ __('english') }}
    • {{ __('german') }}
    • {{ __('design') }}
    • {{ __('dev') }}
    • {{ __('hr') }}
  • {{ __('studentgr') }}
  • {{ __('studentpay') }}
{{ __('jira') }}
{{ __('attendance') }}
{{-- @if (auth()->user()->roles()->whereIn('name', ['Super Admin', 'Admin'])->exists())
{{ __('settings') }}
@endif --}}
@if (auth()->user()->roles()->where('name', 'Super Admin')->exists())
{{ __('organizations') }}
@endif @if (auth()->user()->roles()->where('name', 'Super Admin')->exists())
{{ __('roles') }}
@endif