@extends('frontend.layouts.app') @section('content')

{{ __('Wallet Dashboard') }}

My Wallet
{{ __('My Beneficiary') }} @if (get_option('wallet_recharge_system', 0)) @endif

My Balance

@if(get_currency_placement() == 'after') {{userBalance()}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{userBalance()}} @endif

{{__('Date')}} {{__('Hash')}} {{__('Description')}} {{__('Type')}} {{__('Amount')}}
{{-- --}}
{{__('Date')}} {{__('Transaction Id')}} {{__('Description')}} {{__('Payment Method')}} {{__('Amount')}} {{__('Status')}}{{__('Action')}}
{{__('Date')}} {{__('Transaction Id')}} {{__('Payment Method')}} {{__('Amount')}} {{__('Status')}}
@endsection @push('script') @endpush