{!! Form::label('f1_questionnaire_question_id', 'F1 Questionnaire Question Id:') !!}

{{ $f1qo->f1qq_id }}

{!! Form::label('num', 'Num:') !!}

{{ $f1qo->serial_number }}

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

{{ $f1qo->type }}

{!! Form::label('option', 'Option:') !!}

{{ $f1qo->option }}