@extends('taxido::front.account.master') @section('title', __('taxido::front.my_wallet')) @section('detailBox')

{{ __('taxido::front.my_wallet') }}: ${{ $wallet->balance ?? 0 }}

+ {{ __('taxido::front.add_balance') }}
@if ($histories->count()) @endif @forelse ($histories as $history) @empty @endforelse
{{ __('taxido::front.date') }} {{ __('taxido::front.amount') }} {{ __('taxido::front.remark') }} {{ __('taxido::front.status') }}
{{ $history->created_at->format('d M Y h:i A') }} {{ getDefaultCurrency()->symbol }}{{ number_format($history->amount, 2) }} {{ $history->detail }} {{ ucfirst($history->type) }}
{{ __('taxido::front.no_wallet_history') }}
@endsection @push('scripts') @endpush