Site Settings

Bank Account Details

Payment account shown to merchants during application and subscription renewal.

@csrf @method('PUT')
Save Bank Details

Subscription Plans

Set pricing and duration for merchant subscription plans.

@foreach($plans as $plan)
@csrf @method('PUT')
Save
@endforeach

Add New Plan

@csrf
Add Plan
@foreach($plans as $plan) @endforeach