@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') }}

@include('panel.user.finance.partials.plan_card')
@endif
@endsection @push('script') @if ($gateway->mode == 'live') @else @endif @endpush