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