@extends('layouts.admin') @section('title', 'Kelola Siswa') @section('breadcrumb')
@endsection @section('content') {{-- Page bar --}} {{-- Laporan import --}} @if(session('laporan_import') && count(session('laporan_import')))| Nama | Kelas Diikuti | Terdaftar | ||
|---|---|---|---|---|
|
{{ strtoupper(substr($s->name, 0, 1)) }}
{{ $s->name }}
|
{{ $s->email }} | {{ $s->kelas_diikuti_count }} kelas | {{ $s->created_at->format('d M Y') }} |
|