@if (($printSettings['show_logo'] ?? true) && ($school['logo'] ?? null))
@endif
{{ $school['name'] }}
@if ($school['motto'] ?? null)
{{ $school['motto'] }}
@endif
@if ($school['established_year'] ?? null)
Est. {{ $school['established_year'] }}
@endif
@if (($printSettings['show_address'] ?? true) && ($school['address'] ?? null))
{{ $school['address'] }}
@endif
@if ($printSettings['show_contact'] ?? true)
@if ($school['phone'] ?? null)Phone: {{ $school['phone'] }}@endif
@if (($school['phone'] ?? null) && ($school['email'] ?? null)) | @endif
@if ($school['email'] ?? null)Email: {{ $school['email'] }}@endif
@if ($school['website'] ?? null) | {{ $school['website'] }}@endif
@endif
@if ($school['registration_number'] ?? null)
Reg. No: {{ $school['registration_number'] }}
@endif