Expense Type Data
#
Name
@if(count($expenseType)) @php $i = 0; @endphp @foreach($expenseType as $val) @php $i++; @endphp
{{ $i }}
{{$val['Name']}}
@endforeach @else
No Expense Type Found
@endif