@extends('panel.layout.app') @section('title', __('Token Packs')) @section('content')
@if($exception != null)

{{ $exception }}

@else

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

@if($plan->is_featured == 1)
@endif
{{currency()->symbol}} {{$plan->price}} / {{__('One time')}}
{{$plan->name}}
  • {{__('Access')}} {{$plan->plan_type}} {{__('Templates')}}
  • @foreach(explode(',', $plan->features) as $item)
  • {{$item}}
  • @endforeach
  • {{number_format($plan->total_words)}} {{__('Word Tokens')}}
  • {{number_format($plan->total_images)}} {{__('Image Tokens')}}
@endif
@endsection @section('script') @if($gateway->mode == 'live') @else @endif @endsection