@extends('layouts.admin.admin') @section('content')
Informations
@php $i=1; @endphp @foreach ($users as $item) @endforeach
# First Name Last Name Email Phone Photo Role Created at Action
{{ $i++ }} cell Cell Cell Cell Cell Cell Cell
{{-- add update modal --}} @endsection