@php $svgVer = @filemtime(public_path('favicon.svg')) ?: '1'; $icoVer = @filemtime(public_path('favicon.ico')) ?: '1'; @endphp