@if($plan->is_featured == 1)
{{ __($plan->name) }}
@if(currencyShouldDisplayOnRight(currency()->symbol))
{{$plan->price}}{{currency()->symbol}}
@else
{{currency()->symbol}} {{$plan->price}}
@endif
{{__(formatCamelCase($plan->frequency))}} {{__('PAYMENTS')}}
-
{{__('Access')}} {{__($plan->plan_type)}} {{__('Templates')}}
@foreach(explode(',', $plan->features) as $item)
-
{{$item}}
@endforeach