@extends('admin.layouts.main') @section('title', 'Pengguna') @section('content')

Data pengguna

{{--

Daftar Pengguna table-striped

--}} @if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    {{--
    --}} {{-- --}} {{-- --}} @foreach($anggota as $data) {{-- --}} {{-- --}} @endforeach
    No NISN Nama Email Telephone AlamatTempat Lahir Tanggal LahirAction
    {{ $loop->iteration }} {{ $data->user->nisn }} {{ $data->user->name }} {{ $data->user->email }} {{ $data->user->no_handphone }} {{ $data->user->alamat }}{{ $data->tempat_lahir }} {{ $data->tanggal_lahir }}
    @endsection {{-- @section('script') @endsection --}} @section('sweetalert') @if (Session::get('update')) @endif @if (Session::get('add')) @endif @if (Session::get('delete')) @endif @endsection