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