@toastr_css @yield('head')
IMFC
@if(\Auth::check()) @if(\Auth::User()->rol == 0)
Campañas
@endif
Validaciones
@endif
@guest
Ingreso
@else
{{ Auth::user()->name }}
@if(\Auth::User()->rol == 0)
Config Votaciones
Config Validaciones
Config Roles
@endif
Salir
@csrf
@endguest
@yield('content')
@toastr_js @toastr_render @yield('script')