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

{{ $faq->id }}

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

{{ $faq->question }}

{!! Form::label('answer', 'Answer:') !!}

{{ $faq->answer }}

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

{{ $faq->created_at }}

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

{{ $faq->updated_at }}