{{__('messages.training')}}
-
@livewire('control-header-link-component', ['route_link'=>'/training','link' => __('messages.home') ,"fa"=>"fa-home" ,"active"=>($active=="training")])
@can('show instructors')
-
@livewire('control-header-link-component', ['route_link'=>'/training/instructors','link' => "Instructors" ,"fa"=>"fas fa-chalkboard-teacher" ,"active"=>($active=="instructors")])
@endcan
-
@livewire('control-header-link-component', ['route_link'=>'/training/my_courses','link' => __('messages.my courses') ,"fa"=>"fas fa-school" ,"active"=>($active=="instructors.my_courses")])
@can('show scheduale instructors')
-
@livewire('control-header-link-component', ['route_link'=>'/training/scheduale','link' => __('messages.Scheduale') ,"fa"=>"fas fa-calendar-alt" ,"active"=>($active=="schedule")])
@endcan
@can('show instructors payroll')
-
@livewire('control-header-link-component', ['route_link'=>route('training.payroll.index'),'link' => __('hr_messages.payrolls') ,"fa"=>"fa-money-check" ,"active"=>($active=="payroll")])
@endcan