|
|
@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
|