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

{{ $formSubgroups->id }}

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

{{ $formSubgroups->form_general_group_id }}

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

{{ $formSubgroups->name }}

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

{{ $formSubgroups->status }}

{!! Form::label('question', 'Question:') !!}

{{ $formSubgroups->question }}

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

{{ $formSubgroups->created_at }}

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

{{ $formSubgroups->updated_at }}

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

{{ $formSubgroups->deleted_at }}