2 = null laravel

PHP
Model::whereNotNull('sent_at')DB::table('users')	->whereNull('name')	->get();
Source

Also in PHP: