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

{{ $faqs->question }}

{!! Form::label('reponse', 'Reponse:') !!}

{{ $faqs->reponse }}

{!! Form::label('statut', 'Statut:') !!}

{{ $faqs->statut }}

{!! Form::label('created_by', 'Created By:') !!}

{{ $faqs->created_by }}

{!! Form::label('updated_by', 'Updated By:') !!}

{{ $faqs->updated_by }}

{!! Form::label('deleted_by', 'Deleted By:') !!}

{{ $faqs->deleted_by }}