@props([
'activeNav' => '',
'ySpace' => 'space-y-6',
'attentionAlerts' => null,
/** full: item cards on page; gateway: count + link to Notifications Center only */
'attentionBannerVariant' => 'full',
])
@php
$frameClass = trim(
'block min-w-0 flex-1 min-h-0 '
. ($ySpace !== '' ? $ySpace . ' ' : '')
. 'lg:overflow-y-auto lg:overscroll-y-contain [scrollbar-gutter:stable] pr-0.5 lg:pb-2'
);
@endphp
{{-- target="_top": POST redirects and error pages (404) must not load inside the frame --}}
merge(['class' => $frameClass]) }}>
@include('partials.workspace-attention-alerts', ['attentionBannerVariant' => $attentionBannerVariant])
@once
@include('partials.attention-workflow-script')
@endonce
{{ $slot }}