@if(!empty($linha['descricao']))
{!! str($linha['descricao'])->sanitizeHtml() !!}
@endif
@if(!empty($linha['blocos']))
@foreach($linha['blocos'] as $b)
{{ $b['titulo'] }}
{{ $b['descricao'] }}
@endforeach
@endif
@if(!empty($linha['botaoUrl']) && !empty($linha['botaoTexto']) )
{{ $linha['botaoTexto'] }}
@endif