{% set logo = config('theme.branding.logo') %} {% set company = config('theme.branding.company') %} {% if logo is not empty %} {% elseif company is not empty %} {{ company|raw }} {% else %} {{- get_title('', '')|raw -}} {% endif %}