@extends('layouts.app') @section('title', 'Payment') @section('page-title', 'Fee Payment') @section('content')
{{-- Header --}}

Secure Payment

{{ $schoolName }}

{{-- Payment Details --}}
Invoice {{ $invoice->invoice_number }}
Student {{ $student->name }}
Fee Type {{ $invoice->feeStructure->name ?? '—' }}
Amount ₹{{ number_format($amount, 2) }}
{{-- Processing indicator --}} {{-- Pay button --}} Cancel & go back
Razorpay Secured by Razorpay
{{-- Razorpay Success Form --}} {{-- Razorpay Failed Form --}} @endsection