@extends('panel.layout.app') @section('title', __('Token Packs')) @section('titlebar_actions', '') @section('content')
@if ($checkoutform->getStatus() == 'success') {!! $checkoutform->getCheckoutFormContent() !!}
@else

{{ __('Error Code') }}: {{ $checkoutform->getErrorCode() }}

{{ $checkoutform->getErrorMessage() }}

{{ __('If error persist, please contact with us.') }}

@endif

{{ __('Note that, we do not collect or store any personal data. All information above are sent to iyzico directly.') }}

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

@include('panel.user.finance.partials.plan_card')
@endsection