@foreach($catErrores as $catErrores) @endforeach
Nombre Action
{{ $catErrores->nombre }} {!! Form::open(['route' => ['catErrores.destroy', $catErrores->id], 'method' => 'delete']) !!}
{{-- --}} {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}