{!! __('v2/front_site.student_rejected_email_heading',['company' => $company]) !!}
@if($mailRejectionReasons)
@foreach ($mailRejectionReasons as $value)
- {{$value}}
@endforeach
@endif
@if($reasonExplanation)
{{$reasonExplanation}}
@endif
{!! __('v2/front_site.student_email_end',['company' => $company]) !!}
|