@include('partials.favicon') @yield('css') @if (auth()->guard('admins')->check()) @endif
@yield('content')
@yield('js')