@if ($currentWorkspace->is_chagpt_enable())
@endif
{{ Form::label('name', __('Contract Type Name'), ['class' => 'col-form-label']) }}
{{ Form::text('name', '', ['class' => 'form-control', 'required' => 'required', 'placeholder' => __('Enter type name')]) }}