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

₹{{ number_format($amount, 2) }}

{{ ucfirst($subscription->plan_type) }} Subscription

@csrf
Cancel
@endsection