counting number items in in table using eloquent in php code example Example: get count laravel $count = Model::where('status','=','1')->count();