@foreach($data as $item)

KARTU PERPUSTAKAAN

SMK BINA BAKTI MAWASANGKA

@if($item['guru']->foto) {{ $item['guru']->nama }} @else @endif
Barcode
NIP: {{ $item['guru']->nip }}
Nama:

{{ $item['guru']->nama }}

Mapel: @php $mapels = $item['guru']->mataPelajarans->pluck('nama_mapel')->unique(); $mapelText = $mapels->count() > 0 ? $mapels->first() : 'Guru'; @endphp {{ $mapelText }}
GURU

Perpustakaan Sekolah

@endforeach