@extends('frontend.layouts.app') @section('content')

Choose Your Plan

@foreach($plans as $plan)
{{ $plan->name }}

${{ number_format($plan->price, 2) }} / {{ ucfirst($plan->billing_cycle) }}

@csrf
@endforeach
@endsection