@foreach(\App\Models\TrainingProvider::getConstants('STATUS_') as $status)
@endforeach
Training Course
@foreach(\App\Models\TrainingProvider::getConstants('TYPE_') as $type)
@endforeach
Training Provider
@foreach(\App\Models\EvaluationScore::active()->highestOrder()->get() as $item)
@endforeach
@unless(request()->routeIs($routePrefix . '.training-providers.show'))
@endunless