@include('backend.partials.styles') @yield('styles')
@lang('backend.titles.logo')
@if(Auth::guard('web_profe')->check())
{{Auth::guard('web_profe')->user()->threadsWithNewMessages()}}
{{--
@lang('backend.notifications.unread-message')
--}}
@endif {{--
5
@lang('backend.notifications.new-notification')
--}}
@if(App::getLocale() == 'en')
ES
@elseif(App::getLocale() == 'es')
EN
@endif
@lang('backend.titles.hello')
@if(Auth::guard('web_admin')->check()) {{ Auth::guard('web_admin')->user()->login }} @else {{ Auth::guard('web_profe')->user()->name }} @endif
@if(Auth::guard('web_admin')->check())
@lang('backend.titles.logout')
@else
@lang('backend.titles.logout')
@endif
@section('modals') @show
@include('backend.partials.main')
@yield('content')
@include('backend.partials.scripts') @section('scripts') @show