@extends('theme') @section("title", env('APP_NAME') . " - InĂ­cio") @section('content') @include('sections.header')
@include('sections.visiteAngra') @include('sections.pontos', $pontos) @include('sections.aventureiro') @include('sections.procissaoMaritima') @include('sections.coqueiroDoAventureiro')
@endsection