@php
$badgeHtml = ' Application On Hold';
@endphp
@include('user.partials.profile_header', ['title' => 'Profile Resubmission', 'badge' => $badgeHtml])
@include('user.profile_setup_rejection_data.wizard_step_1')
@include('user.profile_setup_rejection_data.wizard_step_2')
@include('user.profile_setup_rejection_data.wizard_step_3')
@include('user.profile_setup_rejection_data.wizard_step_4')
@include('user.profile_setup_rejection_data.wizard_step_5')