@extends('member.layouts.app') @section('title', 'Prayer Requests') @section('subtitle', 'Join our church family in prayer and submit your own requests') @section('content')
"Therefore confess your sins to each other and pray for each other so that you may be healed. The prayer of a righteous person is powerful and effective." - James 5:16
{{ Str::limit($request->description, 120) }}
{{ $request->is_anonymous ? 'Anonymous' : $request->member->full_name }}
@if(!$request->is_anonymous){{ $request->member->chapter ?? 'ACCRA' }} Chapter
@endif@if(request()->hasAny(['search', 'category', 'urgency'])) No prayer requests match your search criteria. Try adjusting your filters. @else Be the first to submit a prayer request and let our church family pray with you. @endif