@extends('web.secciones.layout') @section('titulo', config('app.name').' - Realidad Aumentada en Ecuador') @section('head') @endsection @section('bodytags', 'class=home-style-two data-spy=scroll data-target=".navbar" data-offset=80') @section('contenido') @include('web.secciones.header') @include('web.secciones.inicio') @include('web.secciones.empresas') @include('web.secciones.informacion') @include('web.secciones.videos') @include('web.secciones.caracteristicas') @include('web.secciones.capturas-pantalla') @include('web.secciones.footer')