@extends('template') @section('title', 'Inicio') @section('content') @include('home.herramientas') @include('home.noticias') @include('home.videos') @endsection