/home/brandsfa/annurbd.com/app/Enums/ViewPaths/Vendor/Chatting.php
<?php

namespace App\Enums\ViewPaths\Vendor;

enum Chatting
{
    const INDEX = [
        URI => 'index',
        VIEW => 'vendor-views.chatting.index',
    ];
    const MESSAGE = [
        URI => 'message',
        VIEW => 'vendor-views.chatting.index',
    ];
}