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

namespace App\Enums\ExportFileNames\Admin;

enum DeliverymanWithdraw
{
    const EXPORT_XLSX = 'Delivery-Man-Withdraw-Request.xlsx';
}