{{-- POS checkout shell for till operators: bottomsheet on mobile, modal on desktop. Audience is staff at the register — not the end customer browsing alone. Requires Alpine ancestor with: showSheet (bool), checkoutUrl (string). --}} @php $sheetTitle = $sheetTitle ?? 'Customer payment'; $sheetSubtitle = $sheetSubtitle ?? 'Hand this screen to the customer for card or mobile money.'; $sheetAria = $sheetAria ?? $sheetTitle; $iframeTitle = $iframeTitle ?? 'Customer card or mobile money checkout'; @endphp