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

Leave 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 @if($val['is_comp_off'] == 1) Comp Off @endif
{{$data->render('custom_pagination')}}
@include('includes/footer')