@php $chatGPT = \App\Models\Utility::settings('enable_chatgpt'); $enable_chatgpt = !empty($chatGPT); @endphp {{ Form::model($customField, ['route' => ['custom-field.update', $customField->id], 'method' => 'PUT','class'=>'needs-validation','novalidate']) }} {{ Form::close() }}