{{ $supervisorAssignment->supervisor->lecturerID }}
@if ($supervisorAssignment->supervisor->position){{ $supervisorAssignment->supervisor->position }}
@endif @if ($supervisorAssignment->supervisor->department)Department: {{ $supervisorAssignment->supervisor->department }}
@endifEmail: {{ $supervisorAssignment->supervisor->user->email }}
@if ($supervisorAssignment->supervisor->full_address)Address: {{ $supervisorAssignment->supervisor->full_address }}
@endifAssigned On: {{ $supervisorAssignment->assigned_at->format('F d, Y') }}
@if ($supervisorAssignment->distance_km)Distance: {{ number_format($supervisorAssignment->distance_km, 2) }} km
@endif @if ($supervisorAssignment->assignment_notes)Notes:
{{ $supervisorAssignment->assignment_notes }}
@if ($student->hasAcceptedPlacement()) A supervisor will be assigned to you soon. Please check back later. @else You need to have an accepted placement application before a supervisor can be assigned. @endif