@php $platform = \App\Models\ContactUsSetting::select('form_field')->first(); $fields = explode(',',$platform->form_field ?? ''); @endphp
{{ __('Please enter your question below. Our support team will be dealing with it soon.')}}