@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
{{ __('admin.actions.change_status') }}
@csrf @method('PUT')
@if ($showPayment) @endif @if ($showQuoted) @endif @if ($showCancelReason) @endif