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

Notifications

@if (\Session::has('success')) @endif @if (\Session::has('error')) @endif
@php $i = ($data->currentPage() - 1) * $data->perPage(); @endphp @foreach( $data as $val ) @php $i++; @endphp @endforeach
Id Title Description From Created At
{{$i}} {{$val['title']}} {{$val['description']}} {{$val['from']}} {{$val['created_at']}}
{{$data->render('custom_pagination')}}
@include('includes/footer')