@extends(template().'layouts.user') @section('title',trans('Add Fund')) @section('content')
@csrf

@lang("Select payment option to add balance to your funds.")

    @forelse($gateways as $key => $gateway)
  • @empty @endforelse
@endsection @push("style") @endpush @push('script') @endpush