Check if a view exists and do an @include in Laravel Blade

Solution:

Had a similar issue. Turns out that from Laravel 5.3 there is an @includeIf blade directive for this purpose.

Simply do @includeIf('some-view')