{{ isset($project_setup_note_id) ? 'UPDATE' : 'CREATE' }} NOTE
@include('helper.formhelper.form', [ 'type' => 'textarea', 'fieldname' => 'note', 'labelname' => 'NOTE', 'labelidname' => 'noteid', 'required' => true, 'col' => 'col-md-8', ]) @include('helper.formhelper.form', [ 'type' => 'toggle', 'fieldname' => 'is_active', 'labelname' => 'ACTIVE', 'labelidname' => 'is_activeid', 'required' => true, 'col' => 'col-md-4', ])