@props([ 'title' => '', 'subDescription' => '', 'description' => '', 'toggleBtnContactUs' => '', 'toggleBtnFindAnswers' => '', 'toggleBtnGetInTouch' => '', 'url' => '', 'image' => '', ]) @if (!empty($description) || !empty($title) || !empty($subDescription) || !empty($image))
{!! $title ?? '' !!}
{!! $subDescription ?? '' !!}
{!! $description ?? '' !!}
@if ($toggleBtnContactUs) @endif @if ($toggleBtnFindAnswers) @endif @if ($toggleBtnGetInTouch) @endif
@endif