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