{!! $html_kod->head_kod !!} @php $bodyStyle = ""; $DIVbodyStyle = " style='width:100%'"; $DIVstickyStyle = "style='position:sticky;top:11px;background: #f3f4f6;padding-bottom:2px;margin-bottom:10px; z-index:1000;'"; $mainStyle = ""; $footerStyle = "style='background: #e5e7eb; color: #6b7280; font-size:0.95rem; text-align:center; padding:1.2rem 0 1.2rem 0; margin-top:0;'"; if ($html_sm == "UV") { $bodyStyle = "style=overflow: hidden;'"; $DIVbodyStyle = "style='min-height: 100vh; display: flex; flex-direction: column; margin:0; padding:0; background: #f3f4f6; width:100%'"; $DIVstickyStyle = "style=''"; $mainStyle = "style='flex: 1 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align:center;'"; $footerStyle = "style='background: #e5e7eb; color: #6b7280; font-size:0.95rem; text-align:center; padding:1.2rem 0 1.2rem 0; margin-top:0;'"; } @endphp
@include('servis.hlava_stranky') {!! $html_kod->div_menu !!}
{!! $html_kod->panel !!}
@include('servis.telo_stranky')
{!! $html_kod->div_telo !!}
{!! $html_kod->script !!} @switch($html_sm) @case("AD") {{-- něco --}} @break @case("EV") {{-- něco --}} @break @case("SL") {{-- něco --}} @break @default {{-- něco --}} @break @endswitch