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

Subscribe to {{ucfirst($plan->name)}} Plan

Billed {{ucfirst($plan->intervals)}}
${{number_format($plan->price)}}
@csrf
@if(!blank($payment_methods)) @foreach($payment_methods as $payment_method)
@endforeach @endif
$ .00
Back to Plans
Secure Deposit
All deposits are processed through secure payment channels. Your financial information is never stored on our servers.
@endsection @section('javascript') @endsection