@include('layouts.navbar') @if (Route::currentRouteName() === 'user.index')
Logo
@endif
@yield('contenido')
@include('layouts.footer')