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