{{--
--}}
@php $ADD_ACCESS = false; $ADD_ACCESS = Helper::can_access('Add Money','/my'); @endphp
@include('clients.accounts.sidebar')

Wallet

{{--
--}} {{--

{{Helper::user_name(Auth::user()->business_id)}}

--}}
Available amount

{{$wallet!=NULL?$wallet->balance:'0.00'}}

@if ($ADD_ACCESS) @endif
{{--

Transaction History

--}}

Your Tranction History overview

@if(count($wallet_transactions)>0) @endif

{{-- --}}
@include('clients.accounts.wallets.user-wallet_ajax')