@extends('layouts.single') @section('conteudo')

{{$post->title}}

{{$post->title}}
@php echo $post->body @endphp
@if($post->galeria != "" )
@foreach (json_decode($post->galeria) as $e ) @php $caminho = str_replace('\\','\/',$e); @endphp @endforeach
@endif
@if($post->video != "" ) @endif
Compartilhar:
@stop @section('endereco') @include('partials.endereco') @stop