@if(config('visibility.complete_payment_panel'))
@lang('lang.subscription_complete_your_payment')
@endif @if(config('visibility.payment_failed_panel'))
@lang('lang.subscription_payment_failed')
@endif
@if(config('visibility.payments_list'))
@lang('lang.payment_history')
@if(count($invoices ?? []) > 0) @include('pages.subscription.ajax')
@if($page['load_more_visibility'] == 'visible') @endif @else
404 - Not found
@lang('lang.no_payments_found')
@endif
@endif