@if ($certificate->show_number == 'yes')
{{ $certificate->certificate_number }}
@endif
{{ $certificate->title }}
@if ($certificate->show_date == 'yes')
{{ __('Issue Date')}}: {{ $studentCertificate->created_at->format(get_option('app_date_format')) }}
{{ __('Certificate ID') }}: {{ $studentCertificate->certificate_number }}
@endif
@if ($certificate->show_student_name == 'yes')
{{ $student ? $student->name : '' }} {{ !empty($course->abbreviation) && $course->abbreviation != null ? $course->abbreviation : '' }}
@endif
{{ $certificate->body }}
@if ($certificate->role_2_show == 'yes')
@if ($certificate->role_2_signature)
@endif
{{ $certificate->role_2_title }}
@endif
@if ($certificate->role_1_show == 'yes')
@if ($certificate->role_1_signature)
@endif
{{ $certificate->role_1_title }}
@endif