@extends('frontend.layouts.user.index') @section('title', __('Request Money')) @section('content') @include('frontend.user.partials._feature_summary_statistics', ['trxType' => \App\Enums\TrxType::RECEIVE_MONEY])
{{ __('History') }}
@csrf {{-- Payer Input --}}
{{-- Wallet Selector --}}
{{-- Amount Input --}}
{{ siteCurrency() }}
{{-- Submit Button --}}
@include('frontend.user.request_money.partials._summary')
@endsection @push('scripts') @include('frontend.user.request_money.partials._script') @endpush