@extends($theme.'frontend.layouts.master') @section('title', __('Add Fund')) @section('content')
1

{{__('Amount')}}

2

{{__('Gateway')}}

@csrf

{{__('Put Your Deposit Amount')}}

{{__('Select Payment Gateway')}}

@foreach($gateways as $gate)
@endforeach
@endsection @section('script') @stop