Dear {{ $placement->student->studentName }},
@if($mailType == 'ppo') {!! $mailMessage !!} @endif
{{ $isOffer ? 'Offer Details' : 'Status Details' }}
@if($isOffer)
| Company |
{{ $placement->company_name }} |
@if(!blank($placement->profile_name))
| Profile |
{{ $placement->profile_name }} |
@endif
@if(!blank($placement->location_name))
| Location |
{{ $placement->location_name }} |
@endif
@if($placement->offered_ctc)
| CTC |
₹ {{ number_format($placement->offered_ctc,2) }} LPA |
@endif
@if($placement->stipend)
| Stipend |
₹ {{ number_format($placement->stipend,2) }} |
@endif
@else
| Status |
{{ ucwords(str_replace('-', ' ', $mailType)) }} |
@endif
@if(!blank($placement->description))
| Remarks |
{{ $placement->description }} |
@endif
@if($mailType == 'ppo')
Congratulations!
We are pleased to inform you that you have received a Pre-Placement Offer (PPO).
The Career Services Department congratulates you on this outstanding achievement and wishes you continued success in your professional journey.
@elseif($mailType == 'job-offered')
Congratulations!
We are delighted to inform you that you have received a Job Offer.
Please review the offer details above and log in to the Placement Management System for any further updates.
@elseif($mailType == 'intern-offered')
Congratulations!
You have been selected for an Internship Opportunity.
We wish you a rewarding learning experience and continued success in your career.
@else
Placement Status Updated
@if(!blank($placement->description))
Please refer to the remarks above for additional information.
@endif
For any clarification, please contact the Career Services Department.
@endif
Regards,
Career Services Department
{{ $campusName }} |