{{--
--}}
Accounts/Wallet
@php
$ADD_ACCESS = false;
$ADD_ACCESS = Helper::can_access('Add Money','/my');
@endphp
{{-- --}}
@include('clients.accounts.sidebar')
Wallet
{{--
--}}
{{--
.'/uploads/company-logo/techsaga.png'}})
{{Helper::user_name(Auth::user()->business_id)}}
--}}Available amount
@if ($ADD_ACCESS)
@endif
{{$wallet!=NULL?$wallet->balance:'0.00'}}
{{--
Transaction History
--}}Your Tranction History overview
{{-- --}}
@include('clients.accounts.wallets.user-wallet_ajax')