@if (Auth::check()) @include('partials.nav.user') @else @include('partials.nav.guest') @endif