@extends('layouts.app') @section('content')

Notice

@foreach ($results as $key => $row) @endforeach
SL Date Title Download Action
{{ $key + $results->firstItem() }} {{ dateFormat($row->created) }} {{ $row->title }} PDF Icon
Edit Delete
{{ $results->onEachSide(2)->links() }}
@endsection @push('footerPartial') @endpush