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

{!! $lawsType->id !!}

{!! Form::label('name', 'Nome:') !!}

{!! $lawsType->name !!}

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

{!! $lawsType->created_at !!}

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

{!! $lawsType->updated_at !!}