@extends('layouts.app') @section('content')
{{-- Plan Summary --}}

{{ $plan['name'] }}

{{ $plan['description'] }}

Duration: {{ $plan['duration_days'] }} days

KES {{ number_format($plan['price']) }}

Change Plan
{{-- Payment Methods --}}

Select Payment Method

{{-- M-Pesa Payment Method --}}
M-Pesa
M-Pesa

Pay instantly via M-Pesa

{{-- Airtel Money Payment Method --}}
Airtel Money
Airtel Money

Pay via Airtel Money

{{-- PayPal Payment Method --}}
PayPal
PayPal

Pay via PayPal

{{-- Card Payment Method --}}
Credit/Debit Card

Pay with Visa, Mastercard

{{-- M-Pesa Payment Modal --}} {{-- Payment Status Modal --}} {{-- Coming Soon Modal --}} @endsection @push('styles') @endpush @push('scripts') @endpush