관리-도구
편집 파일: Review.php
<?php namespace App\Enums\ViewPaths\Vendor; enum Review { const INDEX = [ URI => 'index', VIEW => 'vendor-views.reviews.index' ]; const UPDATE_STATUS = [ URI => 'update-status', VIEW => '' ]; const REVIEW_REPLY = [ URI => 'add-review-reply', VIEW => '' ]; const EXPORT = [ URI => 'export', VIEW => '' ]; }