| Date | Invoice | Method | Note / Ref | Amount |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($payment->payment_date)->format('M d, Y') }} | {{ $payment->sale->invoice_no }} | {{ $payment->payment_method ?? 'Cash' }} | {{ $payment->note ?? '-' }} | LKR {{ number_format($payment->amount, 2) }} |
| No partial payments recorded yet. | ||||
| Date & Time | Category | Status | Message Payload |
|---|---|---|---|
| {{ $log->created_at->format('M d, Y h:i A') }} | {{ $log->category }} | @if($log->status === 'sent') Sent @else Failed @endif |
"{{ $log->message }}" |
| No SMS history recorded for this customer. | |||