@props(['botoes', 'video', 'video_poster']) @if(!empty($botoes) || !empty($video))
@if(!empty($botoes)) @php $hasIcon = false; foreach ($botoes as $botao) { if (!empty($botao['icone'])) { $hasIcon = true; break; } } @endphp
{{-- Item --}} @foreach ($botoes as $botao)
@if (!empty($botao['icone']))
Ícone
@endif
{{ $botao['texto'] }}
@endforeach
@endif {{-- Video --}} @if(!empty($video))
@endif
@endif