@if($slide->title ?? '')
{!! $slide->title !!}
@endif
@if($slide->subtitle ?? '')
{!! $slide->subtitle !!}
@endif
@if($slide->text ?? '')
{!! $slide->text !!}
@endif
@foreach($slide->buttons as $button)
target_new_tab === 1) target="_blank" @endif
@class(['ud-main-btn', $button->button_class ])
data-animation="animated {{ $button->effect.' '.$button->delay }}">
{{ $button->button_text }}
@endforeach