Billing

Payment
PLANS:

@php $amount = $plan->amount / 100; @endphp {{$plan->getCategory()}} {{$plan->days}} Days${{$amount}}.00

@php $showtotal = $plan->amount / 100; @endphp Total:${{$showtotal}}.00
{{-- Proceed Payment --}}
@csrf {{-- --}}
{{-- Pay Now --}}