{{-- filterCollapse --}}
@php $centres = [ 'Bharat Ceramic (Head Branch)', 'Bharat Sanitary (Head Branch)', 'Bharat Ceramic - Bhuvana' ]; @endphp
{{-- Buttons --}}
Reset
Appointments
@forelse($appointments as $index => $appointment) @empty @endforelse
Sr No name mobile no. experience_centre preferred_date
{{ $index + 1 }} {{ $appointment->name ?? '-' }} {{ $appointment->mobile_no ?? '-' }} {{ $appointment->experience_centre ?? '-' }} {{ $appointment->preferred_date ?? '-' }}
No records found
{{-- Pagination --}}
{{ $appointments->links('pagination::bootstrap-5') }}