@extends('layouts.main') @section('content')
@foreach ($users as $item) @endforeach
No Nama Email Phone Roles Foto Aksi
{{ $loop->iteration }} {{ $item->name }} {{ $item->email }} {{ $item->phone }} {{ $item->roles }} gambar
Edit
@method('DELETE') @csrf
@endsection {{-- modal add new blog --}} @push('script') @endpush