/home/brandsfa/annurbd.com/app/Enums/ExportFileNames/Admin/Vendor.php
<?php

namespace App\Enums\ExportFileNames\Admin;

enum Vendor
{
    const EXPORT_XLSX = 'Seller-list.xlsx';
}