@foreach($listing->items() as $k => $rp)
{{isset($fullName) && $fullName ? $fullName : ''}}

{{isset($rp['created']) && $rp['created'] ? date('d M, Y',strtotime($rp['created'])) : ''}}

{{isset($rp->email) && $rp->email ? $rp->email : ''}}

{!! isset($rp['message']) && $rp['message'] ? $rp['message'] : '' !!}

{{--

{{isset($rp['start_time']) && $rp['start_time'] ? date('h:i a',strtotime($rp['start_time'])) : ''}} - {{isset($rp['end_time']) && $rp['end_time'] ? date('h:i a',strtotime($rp['end_time'])) : ''}}

--}}
{{-- Read more --}}
@if(isset($rp->prayerType) && $rp->prayerType)

{{isset($rp->prayerType) && $rp->prayerType ? $rp->prayerType->title :""}}

@endif
@endforeach