@section('navbar-dashboard') @include('layouts.partials.dashboard.navbar') @endsection @section('sidebar-dashboard') @include('layouts.partials.dashboard.sidebar') @endsection @section('register-active') active @endsection
@if (session()->has('info-success'))
{{ session('info-success') }}
@endif
Kelola User
@if ($selected_user) @endif
@foreach ($users as $user) @endforeach
# Nama Email Hak Akses Telepon
id) checked @endif>
{{ $users->firstItem() + $loop->index }} {{ $user->name }} {{ $user->email }} {{ $user->role }} {{ $user->telepon }}
{!! $users->links() !!} {{-- 'pagination::bootstrap-4' --}}