@props(['plan', 'readOnly' => true]) @php $salesperson = trim(($plan->user?->name ?? '').' '.($plan->user?->surname ?? '')); $submittedTo = trim(($plan->submittedTo?->name ?? '').' '.($plan->submittedTo?->surname ?? '')); @endphp
Period: {{ $plan->periodLabel() }}
| Prospect (from pipeline) | Company | Contact | When | Location | Purpose | Notes |
|---|---|---|---|---|---|---|
| {{ $item->displayProspectLabel() }} | {{ $item->company_name ?? '—' }} |
{{ $item->contact_person ?? '—' }}
@if ($item->phone)
{{ $item->phone }}
@endif
@if ($item->email)
{{ $item->email }}
@endif
|
{{ $item->formattedVisitSchedule() }} | {{ $item->location ?? '—' }} | {{ $item->purpose ?? '—' }} | {{ $item->notes ?? '—' }} |
| No planned visits. | ||||||