Hello, {{ $info['record']->name }}.
@if ($info['record']->is_pass) This email is confirmation that you have successfully completed the {{ $info['training_course']->name }} {{ (!Helpers::strIsEmpty($info['record']->option)) ? ' - ' . $info['record']->option : '' }} training course on {{ date('n/j/Y', strtotime($info['record']->completed_at)) }}. @if (!Helpers::strIsEmpty($info['option_note'])) {{ $info['option_note'] }} @endif @else This email is notification that you have failed to complete the {{ $info['training_course']->name }} training course on {{ date('n/j/Y', time()) }}. @endif
| Course: | {{ $info['training_course']->name }} |
| Option: | {{ $info['record']->option }} |
| Course: | {{ $info['training_course']->name }} |
| Name: | {{ $info['record']->name }} |
| Email: | {{ $info['record']->email }} |
| School/Organization: | {{ $info['record']->school }} |
| Role: | {{ $info['record']->role }} |
| Result: | @if ($info['record']->is_pass) PASS, {{ $info['record']->percentage}}% @else FAIL, {{ $info['record']->percentage}}% @endif |
| Confirmation #: | {{ substr($info['record']->completed_at, 0, 4) }}0000000 |
| Date: | {{ date('n/j/Y', strtotime($info['record']->completed_at)) }} |