@php use App\Models\User;use Carbon\Carbon;$notificationUser = User::find($notification->data['user_id']); @endphp @if ($notificationUser) @endif