states('published')->create([ 'title' => "The Red Chord", 'subtitle' => "with Animosity and Lethargy", 'venue' => "The Mosh Pit", 'venue_address' => "123 Example Lane", 'city' => "Laraville", 'state' => "ON", 'zip' => "17916", 'date' => Carbon::parse('2016-12-13 8:00pm'), 'ticket_price' => 3250, 'additional_information' => "This concert is 19+.", ]); } }