@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

{!! Basehelper::clean($title) !!}

@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif {!! $form ->setFormInputWrapperClass('input-group mb-3 mt-4 position-relative') ->setFormInputClass('ps-5 py-3 form-control bg-neutral-100 rounded-start-pill border-2 border-end-0 border-white custom-input') ->setFormLabelClass('d-none') ->modify( 'submit', 'submit', \Botble\Base\Forms\FieldOptions\ButtonFieldOption::make() ->cssClass('btn btn-gradient px-3 py-3 m-3 fs-7 fw-bold border-0 rounded-pill') ->label($shortcode->button_label ?: __('Join now')) ) ->renderForm() !!}
@if ($image = $shortcode->image)
{{ $title }}
@endif