@extends('layouts.app') @section('content')
Daftar Pengguna
@foreach($regions as $val => $row) @endforeach
# Provinsi Kota Kecamatan Kelurahan
{{ $val+1 }} {{$row->province}} => {{$row->province_id}} {{$row->city}} => {{$row->city_id}} {{$row->district}} => {{$row->district_id}} {{$row->village}} => {{$row->village_id}}
@endsection