@extends('layout.layout') @section('content')
Show
@forelse ($crmBookingRequests as $index => $item) @empty @endforelse
S.L student type notes date
{{ $crmBookingRequests->firstItem() + $index }} {{ $item->student->full_name ?? $item->student->first_name . ' ' . $item->student->last_name }} {{ $item->type }} {{ $item->notes }} {{ $item->date }}
No products found.
{{ $crmBookingRequests->appends(request()->except('page'))->links('pagination::bootstrap-5') }}
@endsection