@if($setting->show_logo && $sekolah->logo_sekolah) @endif
@if($setting->show_school_name)
{{ $sekolah->nama_sekolah }}
@endif @if($setting->show_address)
{{ $sekolah->alamat }}
@endif @if($setting->show_phone || $setting->show_email)
@if($setting->show_phone) Telp: {{ $sekolah->no_telp }} @endif @if($setting->show_phone && $setting->show_email)  |  @endif @if($setting->show_email) Email: {{ $sekolah->email }} @endif
@endif
@if($setting->show_header_line) @if($setting->header_line_style === 'double')
@else
@endif @endif