@foreach($lawsPlaces as $lawsPlace) @endforeach
Nome Manutenção
{!! $lawsPlace->name !!} {!! Form::open(['route' => ['lawsPlaces.destroy', $lawsPlace->id], 'method' => 'delete']) !!}
@shield('lawsPlaces.show')@endshield @shield('lawsPlaces.edit')@endshield @shield('lawsPlaces.delete') @endshield
{!! Form::close() !!}