how to get the rows count in laravel eloquant code example Example: get count laravel $count = Model::where('status','=','1')->count();