@extends('admin.layouts.main') @section('title', 'Pengguna') @section('content')
Daftar Pengguna table-striped
No | NISN | Nama | Telephone | Alamat | {{--Tempat Lahir | Tanggal Lahir | --}} {{--Action | --}}|
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $data->user->nisn }} | {{ $data->user->name }} | {{ $data->user->email }} | {{ $data->user->no_handphone }} | {{ $data->user->alamat }} | {{--{{ $data->tempat_lahir }} | {{ $data->tanggal_lahir }} | --}} {{----}} |