@section('title') Review {{ ucfirst($application->type) }} @endsection @section('breadcrumbs') {{ __('Application Number: ' . $application->application_no) }} @endsection @include('pages.company.incomplete-application.partials.stepper', ['currentStep' => 2, 'type' => $application->type])

Review {{ ucfirst($application->type) }} Page

This is the Review {{ ucfirst($application->type) }} Page to show how your submission will look once it is approved. Kindly re-check all the information to ensure they are provided correctly.

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

@include('pages.company.items.partials.review.image')

@include('pages.company.items.partials.review.information')
Edit
@csrf