@php $brandLogoPath = public_path('images/logo.png'); $brandLogoVersion = is_file($brandLogoPath) ? filemtime($brandLogoPath) : time(); @endphp @vite(['resources/js/app.js', 'resources/css/app.css']) @inertiaHead @inertia