{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $faq->id !!}

{!! Form::label('question', 'Question:', ['class' => 'col-3 control-label text-right']) !!}

{!! $faq->question !!}

{!! Form::label('answer', 'Answer:', ['class' => 'col-3 control-label text-right']) !!}

{!! $faq->answer !!}

{!! Form::label('faq_category_id', 'Faq Category Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $faq->faq_category_id !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $faq->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $faq->updated_at !!}