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

{!! $advice->id !!}

{!! Form::label('date', 'Date:') !!}

{!! $advice->date !!}

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

{!! $advice->type !!}

{!! Form::label('to_id', 'To Id:') !!}

{!! $advice->to_id !!}

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

{!! $advice->created_at !!}

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

{!! $advice->updated_at !!}