@section('title') Update {{ ucfirst($application->type) }}: {{ $application->type == \App\Models\Application::TYPE_SERVICE ? 'Service' : 'Products' }} @endsection @section('breadcrumbs') {{ __('Application Number: ' . $application->application_no) }} @endsection @section('hide_title', true) @include('pages.company.incomplete-application.partials.stepper', ['currentStep' => 2, 'type' => $application->type]) @php $form = $item->form; @endphp
@csrf @method('PUT')

Update {{ 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