{% set logo = config('theme.branding.logo') %} {% set company = config('theme.branding.company') %} {% if company is not empty %} {{ company }} {% elseif logo is not empty %} {{ company }} {% elseif tabler_bundle.getLogoUrl() is not empty %} {{ company|default(constant('\\App\\Constants::SOFTWARE') ~ ' ' ~ constant('\\App\\Constants::VERSION')) }} {% else %} {{ get_title()|raw }} {% endif %}