{{ $settings['school_name'] ?? 'SMPN 4 KADUPANDAK' }}

{{ $settings['school_address'] ?? 'Jalan Raya Kadupandak - Cianjur' }}

Kartu Pelajar
NAMA : {{ $student->name }}
NISN/NIS : {{ $student->nisn }} / {{ $student->nis ?? '-' }}
TTL : {{ $student->birth_place ? $student->birth_place.',' : '' }} {{ $student->birth_date ? $student->birth_date->format('d-m-Y') : '-' }}
GENDER : {{ $student->gender == 'Laki-laki' ? 'LAKI-LAKI' : 'PEREMPUAN' }}
KELAS : {{ $student->class->name ?? '-' }}
BERLAKU : SELAMA MENJADI SISWA
@php $photoPath = ($student->photo && $student->photo != 'default_avatar.png') ? asset('storage/' . $student->photo) : asset('images/default/student.png'); @endphp Foto
{{-- Generated with margin 0 and size 70 for higher resolution --}} {!! SimpleSoftwareIO\QrCode\Facades\QrCode::size(70)->margin(0)->generate($student->barcode_data) !!}