<?php namespace App\Enums\ViewPaths\Vendor; enum CategoryShippingCost { const INDEX = [ URI => 'index', VIEW => '' ]; }