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

{!! $faqCategory->id !!}

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

{!! $faqCategory->name !!}

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

{!! $faqCategory->created_at !!}

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

{!! $faqCategory->updated_at !!}