| Renewed At | Expiry Date | Amount | Invoice | Notes | Created By |
|---|---|---|---|---|---|
| {{ optional($renewal->renewed_at)->format('Y-m-d') }} | {{ optional($renewal->expiry_date)->format('Y-m-d') }} | {{ $renewal->amount }} | {{ $renewal->invoice_number }} | {{ $renewal->notes }} | {{ $renewal->created_by }} |
| Sent At | Phone | Message | Response |
|---|---|---|---|
| {{ $smsLog->created_at }} | {{ $smsLog->phone }} | {{ $smsLog->message }} | {{ $smsLog->response }} |
| Sent At | Subject | Response | |
|---|---|---|---|
| {{ $emailLog->created_at }} | {{ $emailLog->email }} | {{ $emailLog->subject }} | {{ $emailLog->response }} |