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