@extends('pages.index') @section('admin_content')
| Foto Profil | Foto Webcam | Nama | NISN | Kelas | Tahun Masuk | Password | ||
|---|---|---|---|---|---|---|---|---|
|
@if($student->user->profile_picture)
|
@if($student->pictures)
@php
$photos = explode(',', $student->pictures);
@endphp
@foreach($photos as $photo)
@if(!empty($photo))
@else
@endif
|
{{ $student->name }} | {{ $student->user->email }} | {{ $student->nisn }} | {{ $student->class->name ?? '-' }} | {{ $student->entry_year }} | starbaks |