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

Holidays

@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 Date Created On Action
{{$i}} {{$val['Name']}} {{date('d/m/Y D', strtotime($val['Date']))}} {{date('d/m/Y h:i:s A', strtotime($val['Date']))}}
{{$data->render('custom_pagination')}}
@include('includes/footer')