@if($steps == 1)

Student's Personal Info:

Step 1 - 4

{{-- @if($i == 1)
@else

Second Child Form:

@endif --}}
@endif @if($steps == 2)
@for($i = 1; $i <= ($is_divorcee ? 1 : 2); $i++) @if ($i == 1)

{{ $is_divorcee ? "Parent's" : "Father's" }} Details:

Step 2 - 4

@else

Mother's Details:

@endif
@endfor
@endif @if($steps == 3)
@for($i = 1; $i <= 2; $i++) @if ($i == 1)

Current Residential Address:

Step 3 - 4

@if ($residential_type == 1)
@endif @endif

Permanent Address:

@endfor
@endif @if($steps == 4)

Uploaded Documents:

Step 4 - 4

@foreach ($application->documents as $document)
@endforeach
@if ( Carbon\Carbon::today()->gt($application->standard->addmission_to_date) ) @can('application.approve') @if ($application->status == 1) @endif @endcan @can('application.reject') @if ($application->status == 1) @endif @endcan @else @endif
@endif