관리-도구
편집 파일: Recaptcha.php
<?php namespace App\Enums\ViewPaths\Admin; enum Recaptcha { const VIEW = [ URI => 'recaptcha', VIEW => 'admin-views.third-party.recaptcha-index', ]; }