@extends('layout.main') @section('content')
Data Profile
@forelse($profiles as $index => $item) @empty @endforelse
NoUser InfoRoleDesa/KelurahanTeleponActions
{{ $profiles->firstItem() + $index }} {{ $item->nama }}
{{ $item->email }}
{{ $item->role ?? 'User' }} {{ $item->desakelurahan->nama ?? '-' }} {{ $item->telepon ?? '-' }}
Tidak ada data ditemukan.
@endsection @push('scripts') @endpush