$flight->restore();
App\Flight::withTrashed() ->where('airline_id', 1) ->restore();
$flight->history()->restore();
Clickable & Draggable!