{{ $info['training_course']->name }} Certification

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

@if (!Helpers::strIsEmpty($info['record']->option)) @else @endif @if ($info['record']->is_pass) @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)) }}

{{-- School Staff was synced --}} @if ($info['record']->is_pass) @if ($info['record']->is_synced and !Helpers::strIsEmpty($info['record']->school_staff))
Fatal error: Class 'schoolstaff' not found in /home/osaa/web_app/dev/app/views/emails/courses/spirit.blade.php on line 65