@php $prefix = auth()->check() && auth()->user()->role === 'admin' ? 'admin.' : (auth()->check() ? 'user.' : ''); @endphp