@yield('head') {{-- --}} @yield('otherCss') @include('partials._topBar') @if(auth()->user()->user_type == 1) @include('partials._adminSidebar') @else @include('partials._sidebar') @endif
@yield('contents') @include('partials._footer')
@yield('modals')
{{-- --}} @yield('otherJs') {{-- @if(auth()->user()->user_type == 1) @else @endif --}}