@section('title')
Register {{ ucfirst($type) }}: Certification
@endsection
@section('hide_title', true)
@include('pages.company.application.partials.stepper', ['currentStep' => 2, 'type' => $type])
@include('pages.company.application.partials.' . $type . '.2-certification-form')
@push('scripts')
@endpush