@foreach ($paginator->items() AS $item)
{{ $item->title }}
@csrf @method('POST')
@endforeach
{{ $paginator->links() }}