@extends('template.master') @section('page_styles') @stop @section('content')

Select Plan

Subscription Plan

@foreach($plans as $plan)
...
{!! str_replace(' ', '
', $plan->name) !!}
{{ $plan->cost }}
{{ $plan->description }}
@if(!$plan->is_subscribed) Purchase @else Subscribed @endif
@endforeach
@csrf

Billing Information

Plan
@stop @section('page_modals') @stop @section('page_scripts') @stop