@extends('shared.admin') @section('content')

Users

All Users

@for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor
ID Image Username Name Phone Action
{{ (($current_page - 1) * $page_size + $i + 1) }}
{{ $m->username }} {{ $m->name }} {{ $m->phone }} {{----}} {{--
@csrf
--}}
@endsection