@extends('layouts.app') @section('title', 'Detail Murid Baru') @section('content')
Informasi lengkap siswa
{{ $student->nik }}
{{ $student->nis }}
{{ $student->nama }}
{{ $student->tempat_lahir }}
{{ $student->tanggal_lahir->format('d F Y') }} ({{ $student->age }} tahun)
@if($student->jenis_kelamin == 'L') Laki-laki @else Perempuan @endif
{{ $student->agama }}
{{ $student->nama_ayah }}
{{ $student->tahun_lahir_ayah }} ({{ date('Y') - $student->tahun_lahir_ayah }} tahun)
{{ $student->nama_ibu }}
{{ $student->tahun_lahir_ibu }} ({{ date('Y') - $student->tahun_lahir_ibu }} tahun)
{{ $student->alamat }}
{{ $student->phone }}
{{ $student->sekolah_asal ?? '-' }}
{{ $student->kelas }}
{{ $student->disabilityType->code ?? '-' }} {{ $student->disabilityType->name ?? '-' }}
{{ $school->name }}
{{ $school->npsn }}
@if($student->is_active) Aktif @else Tidak Aktif @endif
{{ $student->created_at->format('d F Y H:i') }}
{{ $student->updated_at->format('d F Y H:i') }}
Foto belum tersedia