@php $fieldTypes = \App\Helpers\Helper::getCustomFieldTypes(); $autoUpdateLeadFields = \App\Models\Masters\MasterLeadField::select('id', 'label') ->where('company_id', auth()->user()->company_id) ->whereNull('deleted_at') ->orderBy('label') ->get(); @endphp