group(function (): void { Route::get('tickets', AdminTicketItemIndexController::class) ->name('api.v1.admin.tickets.index'); });