@extends('layouts.app') @section('maincontent')
All Users
All Users
@php $i = 1; @endphp @forelse ($users as $user) @empty

Data not found

@endforelse
Sl Name / Phone Role Action
{{ $i++ }} {{$user->phone_number}} {{$user->name}} Edit Delete
@endsection