@if ($form ?? false)
@if ($title ?? false) @include('partials.components.big-title', ['title' => $title, 'class' => 'mb-10']) @endif {!! do_shortcode('[contact-form-7 id="' . $form . '" html_class="form"]') !!}
@endif