Dear {{ $student->user->name }},
We are pleased to inform you that a supervisor has been assigned to oversee your internship placement. Details are provided below:
✅ Supervisor Assigned
Supervisor Information
Name:
{{ $supervisor->user->name }}
Lecturer ID:
{{ $supervisor->lecturerID }}
@if($supervisor->position)
Position:
{{ $supervisor->position }}
@endif
@if($supervisor->department)
Department:
{{ $supervisor->department }}
@endif
@if($assignment->distance_km)
Distance:
{{ number_format($assignment->distance_km, 2) }} km
@endif
@if($placement)
Placement Details
Company:
{{ $placement->companyName }}
Location:
{{ $placement->companyFullAddress }}
Position:
{{ $placement->position }}
@endif
Assignment Details
Assigned Date:
{{ $assignment->assigned_at->format('F d, Y') }}
@if($assignment->assignment_notes)
Notes:
{{ $assignment->assignment_notes }}
@endif
Next Steps
- Contact your supervisor to schedule an initial meeting
- Discuss your internship objectives and expectations
- Coordinate evaluation schedules and site visits
- Maintain regular communication throughout your internship