find and check length of records in laravel query code example Example: get count laravel $count = Model::where('status','=','1')->count();