@extends('layout.main') @section('content')

Data User

@if(Auth::user()->role === 'admin') + Tambah User @endif

Tabel Data User

@if(Auth::user()->role === 'admin') @endif @forelse ($data as $d) @if(Auth::user()->role === 'admin') @endif @if(Auth::user()->role === 'admin') @endif @empty @endforelse
No Nama NIPAksi
{{ $loop->iteration }} {{ $d->name }} {{ $d->nip }}
Tidak ada data user.
@endsection