Wire STATUS notices (blocked account workflow)

Send operator notices that land in Notifications Center → Needs attention and the Restricted stream with a primary action: View Wire STATUS notice. Use a pre-built template for VPN, location restriction, or account blocks — or compose a custom notice in the separate fields below.

@if ($errors->has('wire_status_notice'))

{{ $errors->first('wire_status_notice') }}

@endif
@csrf

Template preview

@foreach(($wireStatusNoticeTemplates ?? []) as $key => $tpl)

Subject: {{ $tpl['subject'] ?? '' }}

Body: {{ $tpl['message'] ?? '' }}

@endforeach

Custom notice (required when template is Custom)