@extends('layouts.pmar.theme') @section('title', env('APP_NAME') . ' :: Página inicial') @section('content')
@include('paginas.partsHome.headlineNoticias')
@include('paginas.partsHome.homebanners1')
@include('paginas.partsHome.homebanners2')
@include('paginas.partsHome.comoPodemosAjudar')
@include('paginas.partsHome.homebanners3')
@include('paginas.partsHome.redesSociais')
@include('paginas.partsHome.topicoMaisBuscados')
@include('paginas.partsHome.galeriaDeFotos')
@include('paginas.partsHome.pontosTuristicos')
@endsection