@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
No Notifications
@endforelse