{{$titles->total()}} Records

@if(count($titles) > 0) @foreach ($titles as $title) @endforeach @else @endif
Id Name Actions
{{$title->id}} {{$title->name ?? '-'}} Review
No records found
{{ $titles->onEachSide(1)->links('pagination::bootstrap-5') }}