@extends('essential.pagination') @section('table')
@foreach ($items as $item) @endforeach
{{ $loop->index + $items->firstItem() }}
@endsection