with([ 'city', ]) ->get(); foreach ($meetups as $meetup) { dd($meetup->city->name); } return Command::SUCCESS; } }