@if(Auth::check()) @include('app.partials.sidebar')
@include('app.partials.navbar')
@yield('content')
@else @yield('content') @endif