@foreach($students as $student)
{{ @$certificate->header_left_text}}: @lang('common.date'): {{ @$certificate->date}}
@php $body = App\SmStudentCertificate::certificateBody($certificate->body, 2,$student->studentDetail->id); @endphp
{!!$body!!}
@endforeach