@if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif
@foreach(collect($contactInfo)->split(2) as $row) @endforeach
@if($shortcode->subtitle)
{!! BaseHelper::clean($shortcode->subtitle) !!}
@endif {!! /** @var \Botble\Contact\Forms\Fronts\ContactForm $form **/ $form ->setFormInputClass('form-control bg-3 border border-secondary-3 rounded-3') ->setFormLabelClass('mb-3 mt-3 text-dark') ->remove('submit') ->add( 'submit', 'submit', \Botble\Base\Forms\FieldOptions\ButtonFieldOption::make() ->cssClass('btn btn-secondary-3 fw-medium mt-2') ->label(__('Send Message') . '') ) ->renderForm() !!}