$contactInfo, 'col-lg-12' => ! $contactInfo])>
@if($shortcode->title)

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

@endif @if($shortcode->subtitle) {!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!} @endif {!! /** @var \Botble\Contact\Forms\Fronts\ContactForm $form **/ $form ->setFormInputClass('form-control bg-3 border border-1 rounded-3') ->setFormLabelClass('mb-3 mt-3 text-dark') ->remove('submit') ->add( 'submit', 'submit', \Botble\Base\Forms\FieldOptions\ButtonFieldOption::make() ->cssClass('btn btn-primary-2 rounded-2 mt-3') ->label(__('Send Message') . '') ) ->renderForm() !!}
@if($contactInfo)
@foreach($contactInfo as $item)
@if ($item['icon'])
@endif
@if ($item['label']) {{ $item['label'] }} @endif @if ($item['content'])
{{ $item['content'] }}
@endif
@if ($item['url']) @endif
@endforeach
@endif