@extends('layouts.app') @section('title', 'Step 2 – Application Fee Payment') @section('content') {{-- Stepper --}}
Personal Information
2
Payment
3
Document Upload
{{-- Success notice for step 1 --}}
Step 1 Submitted Successfully!
Your Form Number is: {{ $application->form_number }}
Please save this form number — you will need it to resume your application.
{{-- Payment Card --}}

Application Fee Payment

IMPORTANT INSTRUCTIONS — Please Read Carefully

You must pay the Application Fee before proceeding to upload your documents. The payment receipt (if issued separately) must be uploaded in the document upload step.

  1. Click the "Pay Application Fee" button below.
    You will be redirected to the official St. Xavier's College payment portal in a new tab.

  2. Complete your payment on the payment portal.
    Use your form number {{ $application->form_number }} as a reference when making the payment.

  3. Download or screenshot your payment receipt.
    If a receipt is generated separately, keep it ready — you will need to upload it in the next step (JPEG or PDF accepted).

  4. Return to this page and click "I have paid – Proceed to Document Upload".
    Do not close this tab until you have confirmed your payment.

{{-- Payment Button --}}
{{-- Pay Application Fee Now --}}
@csrf

Opens official St. Xavier's payment portal in a new tab

After payment: Come back to this page and click the button below to upload your documents. If you closed this tab, visit the application portal again and use the Resume Application link with your form number {{ $application->form_number }}.
{{-- Navigation --}}
Back to Step 1 I have paid – Proceed to Document Upload
@endsection