@section('title') Register {{ ucfirst($application->type) }}: {{ $application->type == \App\Models\Application::TYPE_SERVICE ? 'Service' : 'Products' }} @endsection @section('hide_title', true) @include('pages.company.application.partials.stepper', ['currentStep' => 3, 'type' => $application->type])
@csrf

Register {{ ucfirst($application->type) }}

This is the Register {{ ucfirst($application->type) }} Form. Kindly proceed to key-in all the information required in order for your {{ $application->type }} to be valid.

Application Number: {{ $application->application_no }}

@include('pages.company.items.form')
Back
@push('scripts') @endpush