@if(view()->exists('tenants.' . $currentCompany->code . '.frontend.faqs.index' )) @include('tenants.' . $currentCompany->code . '.frontend.faqs.index') @elseif($currentCompany->type == 'loyalty' && view()->exists('tenants.base-loyalty.frontend.faqs.index' )) @include('tenants.base-loyalty.frontend.faqs.index') @else @include('tenants.base-bonnus.frontend.faqs.index') @endif