{{-- --}} @stack('plugin-styles') @stack('style')
{{-- @if (auth()->user())--}} @include('layouts.sidebar')
@include('layouts.header')
@yield('content')
@include('layouts.footer')
{{-- @else--}} {{--
--}} {{--
--}} {{--
--}} {{-- @yield('content')--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}}
@stack('plugin-scripts') @stack('custom-scripts')