@include('core/base::components.layouts.header')
@if (BaseHelper::isRtlEnabled())
@endif
@if (File::exists($styleIntegration = Theme::getStyleIntegrationPath()))
{!! Html::style(Theme::asset()->url('css/style.integration.css?v=' . filectime($styleIntegration))) !!}
@endif