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