@extends('web.secciones.layout') @section('bodyclass', 'blog-page light-footer') @section('contenido') @include('web.secciones.header')
@include('web.panel.menu')
@yield('contenido-panel')
@include('web.secciones.footer') @endsection