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

{!! $lawsPlace->id !!}

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

{!! $lawsPlace->name !!}

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

{!! $lawsPlace->created_at !!}

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

{!! $lawsPlace->updated_at !!}