prefix('v1')->group(function () { Route::apiResource('certificates', CertificateController::class)->names('certificate'); });