{{-- AJAX partial: Ended/expired prayers --}}
@forelse($prayers as $prayer)
{{ $prayer->submitter_name }}
Posted {{ $prayer->created_at->format('M j, Y') }} @if($prayer->expires_at) ยท Expired {{ $prayer->expires_at->format('M j, Y') }} @endif
@if($prayer->category) {{ $prayer->category->emoji }} {{ $prayer->category->name }} @endif โฐ ENDED

{{ $prayer->text }}

Duration

{{ $prayer->expiry_days ?? 'โ€”' }} days

Total Prayers

{{ $prayer->total_participant_count }}

Status

Archived

@empty
๐Ÿ“š

No ended prayers

@endforelse @if($prayers->hasPages())
{{ $prayers->links() }}
@endif