@include('layouts.header') @include('layouts.nav')
@yield('contenido')
@include('layouts.footer')