@extends('layouts.header_dashboard_orangtua') @section('title', 'Berkas') @section('content')

Nama : Gigih

NIM : 23.12.2865

Tgl Lahir : 18 Mei 2001

Berkas Pendaftaran

@php $berkas = [ 'Fotocopy KTP', 'Fotocopy KTP Orang Tua/Wali', 'Fotocopy Ijasah SD', 'Fotocopy Ijasah SMP', 'Fotocopy Ijasah SMA', 'Fotocopy Akte Kelahiran', ]; @endphp @foreach($berkas as $item)
{{ $item }}
Keterangan
Pengumpulan
17/05/25
Pengambilan
17/05/25
@endforeach
@endsection