Daftar {{ ucfirst($level ?? 'User') }}

@if($level === 'mahasiswa') @endif @foreach($users as $index => $user) @if($level === 'mahasiswa') @endif @endforeach
No Username NamaTahun AjaranNIM Email Level Status Last Login
{{ $index + 1 }} {{ $user->username }} {{ $user->nama }}{{ $user->th_ajaran }}{{ $user->no_pokok }} {{ $user->email }} {{ $user->level }} {{ $user->status }} {{ \Carbon\Carbon::parse($user->last_login)->format('d-m-Y H:i') }}