@extends('panel.layout.app') @section('title', __('Templates Management')) @section('content')
@if(\Illuminate\Support\Facades\Auth::user()->activePlan() != null)

{{__('Warning')}}

{{__('You have subscribed and may have some usage left from your subscription. With this payment it will add more usage to your remaining words and images. And they will be reset after your subscription end. Please cancel your subscription first otherwise you accept this issue.')}}

@endif
@csrf

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

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