{{ __('Dashboard') }}

{{ __('Welcome back') }}, {{ Auth::user()->translate('name') }} ({{ __($role) }})

@can('documents show')
@endcan @can('leaves show')
@endcan @can('custodies show')
@endcan @can('tasks show')
@endcan @can('deputations show')
@endcan @can('permissions show')
@endcan @can('attendance-requests show')
@endcan @can('absences show')
@endcan @can('purchases show')
@endcan @can('advances show')
@endcan
@can('tasks show') @endcan @can('leaves show') @endcan @can('projects show') @endcan @can('activity logs show') @endcan
@if ($activeTab === 'statistics') @include('dashboard.statistics') @elseif ($activeTab === 'tasks') @include('dashboard.tasks') @elseif ($activeTab === 'leaves') @include('dashboard.leaves') @elseif ($activeTab === 'projects') @include('dashboard.projects') @elseif ($activeTab === 'activities') @include('dashboard.activities') @endif
@push('scripts') @endpush