@php $isLogin = auth()->check(); $prefix = $isLogin ? '/secure' : ''; @endphp