@extends('panel.layout.app') @section('title', __('Subscription Payment')) @section('content')
@csrf

{{__('By purchase you confirm our')}} {{__('Terms and Conditions')}}

@if($plan->is_featured == 1)
@endif
{{ __($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
@endsection @section('script') @endsection