{{ $followup->contact_method->name }}by {{ $followup->creator->name }}
Customer response
@endif @if($followup->internal_notes){{ $followup->customer_response }}
{{ $followup->internal_notes }}
@endif@extends('layouts.app') @section('title',$invoice->invoice_number) @section('heading','Invoice details') @section('content')
{{ $invoice->customer->company_name }} · {{ $invoice->description }}
Follow-ups and customer responses, newest first
{{ $followup->customer_response }}
{{ $followup->internal_notes }}
@endifAdd the first customer interaction to begin the timeline.
Payments recorded against this invoice
| Date | Amount | Method | Reference | Recorded by |
|---|---|---|---|---|
| {{ $payment->payment_date->format('d M Y') }} | {{ $invoice->currency }} {{ number_format($payment->amount,2) }} | {{ $payment->payment_method }} | {{ $payment->payment_reference ?: '—' }} | {{ $payment->recorder->name }} |
| No payments recorded yet. | ||||