@php if($count > 0){ echo ''.$count.''; } @endphp
@if($notifications) @foreach($notifications as $notification)
{{ucfirst($notification->subject)}} {{ \Carbon\Carbon::parse($notification->reminder_at)->diffForHumans() }}
{{$notification->body}}
@endforeach @endif @if($allcount > 10)
See More
@endif