@if($school->logo_path ?? false) @endif

{{ $school->name }}

{{ $school->address }} · {{ $school->phone }} · {{ $school->email }}

Ref: {{ $reference_code }}  |  Date: {{ now()->format('d F, Y') }}
{{ strtoupper($documentType->name) }}
{{-- $body is the rendered, merge-field-substituted template content passed in from DocumentGenerationService (template->body_html) --}}
{!! $body !!}
@if(isset($qrSvg)) {!! $qrSvg !!} @endif
Scan to verify at {{ $verifyUrl ?? url('/verify/' . ($verification_uuid ?? '')) }}