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

{{ $exception }}

@else
@include('panel.user.finance.coupon.index')

{{ __('Please enter your billing details') }}

@csrf

{{ __('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')
@endif
@endsection @push('script') @endpush