Добавить идентификатор в название маршрута в Laravel Blade

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