@include('common.head')
@if (config('app.sub_css'))
@endIf
@if (config('app.room_font_family')) @endif @include('js_constants.lang') @include('js_constants.ConfigTileVisualizer') @include('common.alerts') @include('common.sourceLoadProgressBar') @include('common.roomsList') @include('common.modalDialogs') @yield('content') @include('common.logo') @include('common.' . config('app.product_panel') . 'productPanel') @include('common.productInfoPanel') @include('common.applyingTilesAnimation') @if (config('app.tiles_designer')) @include('2d.tilesDesigner') @endif @if (config('app.copyright_text') || config('app.copyright_app_developer_text'))
© @if (config('app.copyright_text'))
{{ config('app.copyright_text') }}
@endif @if (config('app.copyright_app_developer_text'))
{{ config('app.copyright_app_developer_text') }}
@endif
@endif @if (config('app.js_pdf_lib') == 'jsPDF' || config('app.tiles_designer')) @endif @if (config('app.js_pdf_lib') == 'pdfMake') @endif