{{ $record->name }}
Source: {{ $record->leadSource?->name }}
@if (!empty($record->landing_page_id))
Course Name: {{ $record->landingPage?->course_name }}
@endif
@if (!empty($record->landing_page_batch_id))
Batch: {{ $record->landingPageBatch?->name }}
@endif
{{--
@if ($record->follow_up_date)
Follow-up: {{ $record->follow_up_date->format('Y-m-d') }}
@endif --}}
@if ($record->isAssigned())
{{ $record->telephone_number }}
{{ $record->email }}
@endif