<?php strpos(string $haystack, string $needle, int $offset = 0): int|false
<?php $dir = str_replace(app_path(), '', $directory); return collect($models)->map(function ($name) use ($dir) { if (strpos($name, '\\') !== false) { return $name; }