<?php
namespace App\Constants;
class AdminRoleConst {
const SUPER_ADMIN = "Super Admin";
const DASHBOARD = "admin.dashboard";
}
To ensure a smooth integration process and optimal performance, follow these best practices: