@php $excelBase = public_path('assets/excelbtncss'); $ev = function ($f) use ($excelBase) { $p = $excelBase . '/' . $f; return @is_file($p) ? (string) @filemtime($p) : (string) time(); }; @endphp