@foreach($protocolTypes as $protocolType) @endforeach
Nome Sigla Manutenção
{!! $protocolType->name !!} {!! $protocolType->slug !!} {!! Form::open(['route' => ['protocolTypes.destroy', $protocolType->id], 'method' => 'delete']) !!}
@shield('protocolTypes.show')@endshield @shield('protocolTypes.edit')@endshield @shield('protocolTypes.delete'){!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}@endshield
{!! Form::close() !!}