@extends('layouts.app') @section('title', 'Complete Payment') @section('page-title', 'Complete Your Upgrade') @section('content')

Upgrade to {{ $plan->name }}

{{ ucfirst($billing) }} subscription

Plan{{ $plan->name }}
Billing{{ $billing }}
Business{{ $profile->business_name }}
Total Amount ₹{{ number_format($amount, 2) }}
{{-- Razorpay checkout trigger --}} {{-- Hidden form for verification --}}
@csrf

🔒 Secured by Razorpay · 256-bit SSL encryption

@endsection @push('scripts') @endpush