Renewal Document Record
Current document identity, expiry and reminder controls.
{{ $label }}
{{ $value }}{{ $note }}Linked Service Accountability
Administrators can see who attended the customer and who typed the service.
Application
{{ $opportunity->application->application_number }}Customer attended by
{{ $opportunity->application->attendedBy?->name ?? 'Not recorded' }}Service typed by
{{ $opportunity->application->typedByUser?->name ?? 'Typing not started' }}Pipeline History
Every renewal stage change and responsible user.
{{ str($history->to_status)->replace('_',' ')->title() }}
{{ $history->notes ?: 'Pipeline status updated.' }}
By {{ $history->changedByUser?->name ?? 'Automation' }}No pipeline history.
@endforelseReminder History
Scheduled, queued and delivered renewal notices.
{{ $log->notes ?: 'Standard renewal reminder' }}
{{ $log->scheduled_at ? 'Scheduled '.$log->scheduled_at->format('d M Y, h:i A') : ($log->sent_at ? 'Processed '.$log->sent_at->format('d M Y, h:i A') : 'Automatic schedule') }} · By {{ $log->creator?->name ?? 'Automation' }}
No reminders scheduled for this cycle.
@endforelse