<div class="w-fit">
<a id="backButton"
class="text-[#1B2028] items-center text-left cursor-pointer hover:opacity-60 ease-in-out duration-150 text-[18px] font-semibold flex flex-row gap-[16px] w-fit"
style="{{ inlineStyles(app.request.get('companyInner'), constant('App\\Constants\\SettingConstants::BACK_BUTTON_STYLES')) }}"
>
<svg class="w-[36px] h-[36px] p-[10px] border rounded-[50%]" style="fill: {{ companyStyles.buttonColor }}; border-color: {{ companyStyles.buttonColor }}">
<use href="{{ asset('build/sprite.svg#arr_white') }}"></use>
</svg>
<span>{% trans from 'mail' %}Назад{% endtrans %}</span>
</a>
</div>