<?php namespace App\Enums\ViewPaths\Vendor; enum Customer { const LIST = [ URI => 'list', VIEW => '' ]; const ADD = [ URI => 'add', VIEW => '' ]; }