@extends('mails.template') @section('content')
Hi {{$user->first_name}},
@if($registration->course)

Thank you for your application for {{ $registration->course->long_name }} for Semester {{ $registration->semester }} in {{ $registration->year }}

@endif

Your student number is: {{ $user->student_number }}

To complete the submission of your application, please do the following:

  • Log in to the student portal with your ID/passport number by clicking the login button below
  • Use the password you created when applying
  • Complete your profile by filling in the missing information
  • Upload the required documentation
  • Once your profile is complete, please look out for communication from our registrations team and status updates to your registration
Best regards
Cornerstone Institute
@endsection