@extends('theme') @section("title", env('APP_NAME') . " - Início") @section('content') @include('components._header',["img" => env("APP_ASSET") . "/" . $corredor->foto, "title" => str_replace(['Corredor', 'corredor', 'CORREDOR'], ['Roteiro', 'roteiro', 'ROTEIRO'], $corredor->corredor)])

{{ $corredor->descricao ?? '' }}

{{ __("Pontos turísticos do") }} {{ str_replace(['Corredor', 'corredor', 'CORREDOR'], ['Roteiro', 'roteiro', 'ROTEIRO'], $corredor->corredor) }}

@endsection