@extends('layouts.app') @section('content')

User List

@foreach ($allData as $kye => $User ) @endforeach
Sl Name Email Role Action
{{$kye+1}} {{$User->name}} {{$User->email}} {{$User->userType}}
@endsection