@extends('layouts.app') @section('content')
Discover and support elderly individuals in need of assistance
Showing {{ $elderlyProfiles->firstItem() ?? 0 }} to {{ $elderlyProfiles->lastItem() ?? 0 }} of {{ $elderlyProfiles->total() }} profiles
{{ \Illuminate\Support\Str::limit($profile->story, 200) }}
@if($profile->needs && is_object($profile->needs) && method_exists($profile->needs, 'count') && $profile->needs->count() > 0)