@extends('layout.app') @section('title', __('payment')) @section('content')

Upgrade your plan

Please make the payment to start enjoying all the features of our premium plan as soon as possible.

{{ $subscription->title ?? '--' }} CHANGE PLAN
{{ $general_settings?->defaultCurrency->symbol }} {{ $subscription->price ?? '--' }} / {{ $subscription->recurring_type ?? '--' }}
Payment method
@foreach($paymentGateways as $paymentGateway)
{{ $paymentGateway->name }}
@endforeach
@csrf
@csrf
@endsection @push('scripts') @endpush