@php $sections = [ [ 'n' => '01', 'title' => __('Permitted uses'), 'body' => '

' . __(':brand is built for legitimate business communication with people who have opted in to receive messages from you. Examples of permitted use:', ['brand' => brand_name()]) . '

', ], [ 'n' => '02', 'title' => __('Strictly prohibited'), 'body' => '

' . __('You may not use :brand to:', ['brand' => brand_name()]) . '

' . __('Spam & unsolicited messaging') . '

' . __('Illegal content') . '

' . __('Harmful behaviour') . '

' . __('Technical abuse') . '

', ], [ 'n' => '03', 'title' => __('WhatsApp policy compliance'), 'body' => '

' . __('All messages sent through :brand are subject to Meta\'s', ['brand' => brand_name()]) . ' ' . __('WhatsApp Business Policy') . '. ' . __('Violating Meta\'s policy may result in your WABA being suspended by Meta, which we cannot override.') . '

' . __('Key Meta restrictions:') . '

', ], [ 'n' => '04', 'title' => __('Opt-in & consent'), 'body' => '

' . __('You are responsible for collecting and documenting valid opt-in consent from every contact you message. Acceptable opt-in methods:') . '

' . __('We may request proof of opt-in for any contact list. Inability to provide proof results in suspension.') . '

', ], [ 'n' => '05', 'title' => __('Enforcement'), 'body' => '

' . __('We monitor for violations using automated detection and customer reports. Consequences include:') . '

' . __('No refunds are issued for accounts terminated due to AUP violations.') . '

', ], [ 'n' => '06', 'title' => __('Report a violation'), 'body' => '

' . __('See abuse on :brand? Email abuse@wadesk.io with:', ['brand' => brand_name()]) . '

' . __('We acknowledge every report inside 24 hours and complete investigation inside 7 days.') . '

', ], [ 'n' => '07', 'title' => __('Changes'), 'body' => '

' . __('We may update this Acceptable Use Policy as new categories of abuse emerge. Material changes will be notified by email at least 30 days before they take effect.') . '

', ], ]; @endphp