{{ __($ponto->subtitulo) }}
{!! __($ponto->descricao) !!}
@extends('theme')
@section("title", env('APP_NAME') . " - Ponto Turístico - " . $ponto->ponto)
@section('content')
@include('components._header', ["img" => env("APP_ASSET") . "/" . $ponto->foto, "title" => __($ponto->ponto)])
{!! __($ponto->descricao) !!}
{{ __($ponto->subtitulo) }}
{{ __("Galeria de Fotos") }}