Daily management email
{{ $editingId ? 'Edit manager' : 'Add manager' }}

Active addresses on this global whitelist receive the all-solicitor KPI summary every day at 6:00 PM.

@if(session('success'))
{{ session('success') }}
@endif
@error('name')
{{ $message }}
@enderror
@error('emailAddress')
{{ $message }}
@enderror
@if($editingId) @endif
Manager email whitelist

Global recipients across every solicitor workspace.

{{ $recipients->where('is_active', true)->count() }} active
@if($recipients->isEmpty())

No managers added yet

No daily report will be sent until an active address is added.

@else
@foreach($recipients as $recipient) @endforeach
Manager Status Last sent Actions
{{ $recipient->name ?: 'Manager' }}
{{ $recipient->email_address }}
{{ $recipient->last_sent_at?->timezone(config('app.timezone'))->format('d M Y H:i') ?? 'Never' }}
@endif
What the email contains
Leads In, Contracts Sent, Sent To Redress and APP Number Received, each shown for today, the week so far and the month so far. Delivery uses the configured SendGrid API. Every total includes a per-solicitor breakdown in parentheses.