- Fix togglePermission() to always include all permission keys with false defaults - Add migration to backfill null/empty Manager permissions with config defaults - Rename nudge UI text from "Relance" to "Notification"/"Notifier" across 8 files - Fix select-all checkbox and show checkboxes on all declaration rows - Remove en_attente_client status restriction from BulkNotificationController Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
364 B
PHP
16 lines
364 B
PHP
<x-mail::message>
|
|
# Notification
|
|
|
|
Bonjour,
|
|
|
|
**{{ $senderName }}** de **{{ $firmName }}** vous envoie une notification concernant la déclaration suivante :
|
|
|
|
- **Client :** {{ $clientName }}
|
|
- **Type :** {{ $declarationType }}
|
|
- **Échéance :** {{ $dueDate }}
|
|
|
|
<x-mail::button :url="$url" color="primary">
|
|
Voir la déclaration
|
|
</x-mail::button>
|
|
</x-mail::message>
|