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

{{ $formResults->id }}

{!! Form::label('form_model_id', 'Form Model Id:') !!}

{{ $formResults->form_model_id }}

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

{{ $formResults->status }}

{!! Form::label('user_id', 'User Id:') !!}

{{ $formResults->user_id }}

{!! Form::label('compania_id', 'Compania Id:') !!}

{{ $formResults->compania_id }}

{!! Form::label('grant_caso_id', 'Grant Caso Id:') !!}

{{ $formResults->grant_caso_id }}

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

{{ $formResults->created_at }}

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

{{ $formResults->deleted_at }}

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

{{ $formResults->updated_at }}