@extends('layouts.app') @section('content')

Elderly Profiles

Discover and support elderly individuals in need of assistance

Showing {{ $elderlyProfiles->firstItem() ?? 0 }} to {{ $elderlyProfiles->lastItem() ?? 0 }} of {{ $elderlyProfiles->total() }} profiles

View:
@if($elderlyProfiles->isEmpty())

No profiles found

Try adjusting your search or filter criteria

Clear all filters
@else
@foreach($elderlyProfiles as $profile) @endforeach
{{ $elderlyProfiles->withQueryString()->links() }}
@endif
@push('scripts') @endpush @endsection