@props([
'titulo',
'subtitulo',
'descricao',
'botao_texto',
'botao_url',
'exibir_botao',
'imagens' => null,
'tagembed_id',
'aplicar_estilo'
])
{{ $titulo }}
{{ $descricao }}
@if(!empty($tagembed_id))
@elseif(!empty($imagens))
@foreach ($imagens as $imagem)
 }})
@endforeach
@endif
@if ($exibir_botao)
{{ $botao_texto }}
@endif