@extends('layouts.geracao.default') @section('content')

{{ $texto->titulo }}

{!! $texto->texto !!}
@include('layouts.geracao.lateral')
@endsection