validate(); Specimen::create($this->only([ 'date', 'family', 'genus', 'specificEpithet', 'collector', 'collectionNumber', 'associateCollectors', 'plantHabit', 'populationSize', 'substrate', 'phenologyFlowering', 'phenologyFruiting', 'phenologyFruitingFlowering', 'phenologyVegetative', 'phenologyNotes', 'vegetationCommunity', 'plantAssociates', 'aspect', 'exposure', 'elevation', 'location', 'latitude', 'longitude', ])); } }