$count = App\Flight::where('active', 1)->count(); $max = App\Flight::where('active', 1)->max('price');
Clickable & Draggable!