@extends('layouts.page') @section('head') @include('elements.seo', ['title'=>'Inicio' ]) @endsection @section('content')
    @foreach ($lateral as $banner)
  • @endforeach
@endsection @section('scripts') @endsection