@if (is_plugin_active('portfolio'))
@if($title = theme_option('quotation_form_title'))

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

@endif {!! \Botble\Portfolio\Forms\Fronts\QuotationForm::create() ->renderForm() !!}
@endif