@extends('layouts.base') @section('content')

Choose a payment method - Subscribe to {{ucfirst($plan->name)}} Plan

Billed {{ucfirst($plan->intervals)}}
${{number_format($plan->price)}}

Select a Method

@php $featured = $groupedMethods[1]; $remaining = $groupedMethods[0]; @endphp @forelse($featured as $method)
{{$method->name}}

{{$method->name}}

{{$method->description}}

@empty @endforelse @if(count($remaining) > 0)

More Options

@endif
@if(count($remaining) > 0) @endif

Secure Transaction

All transfers are encrypted and processed securely. Never share your PIN with anyone.

@endsection