@extends('admin.layouts.master') @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
All User List
All Users
{{-- --}}
{{-- @foreach($users as $user) @endforeach
Name User Name Email Action
{{$user->name}} {{$user->username}} {{$user->email}}
--}}
ID Name User Name Email Action
{{-- //////confirm modal --}} @endsection @section('script') @endsection