@php /** * Reusable "review this request" panel used by every incoming-request screen. * Options: showPayment, showQuoted, showCancelReason. */ $showPayment = $showPayment ?? false; $showQuoted = $showQuoted ?? false; $showCancelReason = $showCancelReason ?? false; @endphp