@csrf @if ($trainingProvider->exists) @method('PUT') @endif
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@foreach(\App\Models\TrainingProvider::getConstants('STATUS_') as $status) @endforeach
Training Course
@foreach(\App\Models\TrainingProvider::getConstants('TYPE_') as $type) @endforeach
@error('approved_at') {{ $message }} @enderror
Training Provider
@foreach(\App\Models\EvaluationScore::active()->highestOrder()->get() as $item) @endforeach @unless(request()->routeIs($routePrefix . '.training-providers.show'))
{{----}} Cancel
@endunless
@push('js') @endpush