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