Laravel Eloquent using where pattern

Solution:

Use raw:

Model::whereRaw("'{$prefix}' LIKE column")->firstOrFail();