Adicione ID para rotear o nome em Laravel Blade

route('something.edit', ['id' => $event->data->id])
Xanthous Xenomorph