Training Record
@foreach($users as $user)
@endforeach
@foreach(\App\Models\TrainingProvider::query()->active()->get() as $provider)
@endforeach
@foreach(\App\Models\Training::getConstants('STATUS_') as $status)
@endforeach
{{--
@include('backend.trainings.certificate-list')
--}}
@foreach(\App\Models\CompetencyRating::active()->highestOrder()->get() as $rating)
@endforeach
{{--
@foreach(\App\Models\Training::getConstants('RECURRING_PERIOD_') as $period)
@endforeach
--}}
@if($training->exists)
@endif
@unless(request()->routeIs($routePrefix . '.trainings.show'))
@endunless