@forelse($profilecompletion as $value) @if($value->is_read==1)

{{ Carbon\Carbon::parse($value->created_at)->format('jS M \\, Y \\a\\t h:i A')}}

@else

{{ Carbon\Carbon::parse($value->created_at)->format('jS M \\, Y \\a\\t h:i A')}}

@endif @empty

Your notifications will appear here

Receive important information, HireMee activities and other updates relevant to you
@endforelse
@if(count($profilecompletion) && count($profilecompletion) >= 10)
@endif