Dashboard

Lens Solutions
{{-- Total Appointments: {{ $appointments->count() }} --}}
Appointments List
@forelse($solutions as $index => $solution) @empty @endforelse
# Solution Name Contact Lens Image Description Created At Action
{{ $index + 1 }} {{ $solution->name }} {{ $solution->contactLens->name ?? 'N/A' }} {{ Str::limit($solution->description, 50) }} {{ $solution->created_at->format('d M Y') }}
@csrf @method('DELETE')
No lens solutions found
@foreach($solutions as $solution) @endforeach