@include('layouts.navbars_two.sidebar')

Default

@auth() @include('layouts.navbars_two.navbar')
@yield('content')
@include('layouts.footer_two') @else @if(\Session::get('portal')) @include('portal.layouts.navbars_two.navbar')
@yield('content')
@include('layouts.footer_two') @else @include('layouts.navbars.navbar')
@yield('content')
@include('layouts.footer')
@endif @endauth