My Wallet
Add New Method
@include('user.modals.wallet_addmodal')
# |
WALLET NAME |
WALLET OR A/C NO. |
ACTION |
@foreach($wallet_settings as $row)
{{$loop->index+1}} |
{{$row->wallet_name}} |
{{$row->wallet_no}} |
|
@include('user.modals.wallet_editmodal')
@endforeach