@extends('taxido::front.account.master') @section('title', __('taxido::front.my_wallet')) @section('detailBox')
| {{ __('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') }} |
|||