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