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