How to remove model by attribute from Eloquent collection

Here's a snippet to remove a model by a specific attribute from an Eloquent collection in Laravel:

ProstoCode