@if($event)

{{ ucfirst($type) }}

  • Date: {{ $event?->date_from }}{{ $event?->time ? ', ' . \Carbon\Carbon::parse($event->time)->format('H:i') : '' }}
  • @if($event->school_id)
  • School: {{ $event->school->title }}
  • @endif
  • @if($type == 'meeting') Client: {{ candidateFullName($event, $type) }} @else Candidate: {{ candidateFullName($event, $type) }} @endif
  • @if($event->job_id) Job Position: {{ candidateJobPosition($event, $type) }} @else Job Position: {{ candidateJobPosition($event, $type) }} @endif
  • {{ labelNoteForCandidate($type)}} {{ noteForCandidate($event, $type) }}
  • @if($type != 'meeting')
  • Notes for client: {{ $event->school_notes }}
  • @endif
@endif