/home/brandsfa/annurbd.com/app/Enums/ViewPaths/Admin/GoogleMapAPI.php
<?php

namespace App\Enums\ViewPaths\Admin;

enum GoogleMapAPI
{
    const VIEW = [
        URI => 'map-api',
        VIEW => 'admin-views.business-settings.map-api.index',
    ];

}