I have a directory structure for laravel app like this:
app/ admin/ controllers/ views/ -> for admin views ... views/ -> for front
In Laravel 5.5, other solutions did not work. In boot method of a service provider
View::getFinder()->prependLocation( resource_path('views') . '/theme' );