@php $platform = \App\Models\PlatformSetting::select('form_field')->first(); $fields = array(); if($platform){ $fields = explode(',',$platform->form_field); } @endphp
Dear User,

Please enter your question below. Our support team will be dealing with it soon.

@csrf @if (in_array('Subject', $fields))
@endif @if (in_array('Name', $fields))
@endif @if (in_array('Email', $fields))
@endif @if (in_array('Category', $fields))
@endif @if (in_array('Message', $fields))
@endif @if (in_array('File', $fields))
@endif @if (in_array('Captcha', $fields))
@endif