"Модель 1", "production_date" => "2000-02-02", "operating_date" => "2000-02-02", "serviceability" => true ]); Plane::create([ "model" => "Модель 2", "production_date" => "2000-02-02", "operating_date" => "2000-02-02", "serviceability" => true ]); Plane::create([ "model" => "Модель 3", "production_date" => "2000-02-02", "operating_date" => "2000-02-02", "serviceability" => true ]); } }