filter(function ($name) use ($value) { return Str::endsWith(strtolower($value), $name); }) ->count(); if ($count !== 0) { $fail('The domain cannot be a local one.'); } } }