Gestión
Integridad
@if(Route::current()->getName() == 'home')
dashboard
Dashboard
@else
dashboard
Dashboard
@endif @if(Route::current()->getName() == 'perfil')
person
Mi Perfil
@else
person
Mi Perfil
@endif @if (Auth::user()->profile_id == 1) @if(Route::current()->getName() == 'denuncias')
content_paste
Denuncias
@else
content_paste
Denuncias
@endif @endif @if (Auth::user()->profile_id == 2) @if(Route::current()->getName() == 'consultas')
content_paste
Consultas
@else
content_paste
Consultas
@endif @endif @if (Auth::user()->profile_id == 2) @if(Route::current()->getName() == 'denuncias-ros')
content_paste
Denuncias ROS
@else
content_paste
Denuncias ROS
@endif @endif
Gestión Integridad / @if(Route::current()->getName() == 'home') Dashboard @endif @if(Route::current()->getName() == 'perfil') Mi Perfil @endif @if(Route::current()->getName() == 'servicios') Servicios @endif @if(Route::current()->getName() == 'usuarios') Usuarios @endif @if(Route::current()->getName() == 'fechas') Fechas de Ejercicios @endif
Toggle navigation
Hola {{Auth::user()->name}} !
account_circle
Cerrar Sesión
@yield('content')
@yield('script')