@extends(template().'layouts.user') @section('title',trans('Add Fund')) @section('content') @lang("add fund") @lang("Home") @lang("Dashboard") @lang("add fund") @csrf @lang("Select payment option to add balance to your funds.") @forelse($gateways as $key => $gateway) @lang($gateway->name) @lang($gateway->description) @empty @endforelse @lang("Enter Amount") @lang("Supported Currency") @lang("Select Currency") @lang("Deposit Summery") @lang("I agree to the") @lang("terms and conditions.") @lang("cancel this deposit") @lang("confirm and continue") @lang('Payment Info') @endsection @push("style") @endpush @push('script') @endpush