@include('includes/header') @include('includes/sidebar')

Expense Types

@if (\Session::has('success')) @endif @if (\Session::has('error')) @endif
@php $i = 0; @endphp @foreach($data as $val) @php $i++; @endphp @endforeach
S.No Name Action
{{$i}} {{$val['Name']}} @if($val['IsImgRequired'] == 1) Image Required @endif
{{$data->render('custom_pagination')}}
@include('includes/footer')