{!! Form::label('id', 'Id:') !!}

{{ $formFields->id }}

{!! Form::label('form_general_group_id', 'Form General Group Id:') !!}

{{ $formFields->form_general_group_id }}

{!! Form::label('form_subgroup_id', 'Form Subgroup Id:') !!}

{{ $formFields->form_subgroup_id }}

{!! Form::label('name', 'Name:') !!}

{{ $formFields->name }}

{!! Form::label('type', 'Type:') !!}

{{ $formFields->type }}

{!! Form::label('type_data', 'Type Data:') !!}

{{ $formFields->type_data }}

{!! Form::label('group', 'Group:') !!}

{{ $formFields->group }}

{!! Form::label('required', 'Required:') !!}

{{ $formFields->required }}

{!! Form::label('placeholder', 'Placeholder:') !!}

{{ $formFields->placeholder }}

{!! Form::label('class', 'Class:') !!}

{{ $formFields->class }}

{!! Form::label('style', 'Style:') !!}

{{ $formFields->style }}

{!! Form::label('javascript', 'Javascript:') !!}

{{ $formFields->javascript }}

{!! Form::label('status', 'Status:') !!}

{{ $formFields->status }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $formFields->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $formFields->updated_at }}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{{ $formFields->deleted_at }}