{{-- --}}
{{-- @if( \Request::route()->getName() != 'login')--}} @if (Request::is('admin/*'))
@component('components.nav') @endcomponent
@endif {{-- @endif--}} @hasSection('content')
@yield('content')
@else
@yield('auth-content')
@endif {{--
--}} {{-- @yield('login-content')--}} {{--
--}}