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

{{ $exception }}

@else
{{-- @include('panel.user.finance.coupon.index') --}}
@csrf
{{-- --}}

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

@if ($plan->is_featured == 1)
@endif
@if (currencyShouldDisplayOnRight(currency()->symbol)) @if ($plan->price !== ($newDiscountedPrice ?? $plan->price)) {{ $plan->price }}{{ currency()->symbol }}   {{ $newDiscountedPrice }}{{ currency()->symbol }} @else {{ $plan->price }} {{ currency()->symbol }} @endif @else @if ($plan->price !== ($newDiscountedPrice ?? $plan->price)) {{ currency()->symbol }}{{ $plan->price }}   {{ currency()->symbol }}{{ $newDiscountedPrice }} @else {{ currency()->symbol }}{{ $plan->price }} @endif @endif / {{ __('One time') }}
{{ __($plan->name) }}
@endif
@endsection @push('script') @endpush