@extends('admin.dashboard') @section('featured-elderly-content')

Featured Elderly Profiles

Manage which elderly profiles appear on the homepage as featured profiles.

{{ $featuredCount }} Featured Profiles

Featured profiles will appear on the homepage. It's recommended to feature 3-6 profiles for the best presentation.

@forelse($elderly as $profile) @empty @endforelse
Elderly Profile Organization Progress Featured Status Actions
{{ $profile->name }}
{{ $profile->name }}
{{ $profile->age }} years • {{ $profile->location }}
{{ $profile->organization ? $profile->organization->name : 'N/A' }}
{{ number_format($profile->progress_percentage, 0) }}%
{{ $profile->formatted_raised }} of {{ $profile->formatted_goal }}
@if($profile->featured) Featured @else Not Featured @endif
View
@csrf
No approved elderly profiles found.
{{ $elderly->links() }}
@endsection @push('scripts') @endpush