@extends('user.layouts.master') @section('user_content')
@if(Session::has('wallet_added')) @elseif(Session::has('wallet_updated')) @endif

My Wallet

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