@extends('layouts.light.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Deleted User(s) List

@endsection @section('breadcrumb-items') @endsection @section('content')
@include('partial.message')
{{--
Best Selling Product
--}} Create User Users List   Refresh
@forelse ($users as $key => $user) @empty @endforelse
# Type Username Full Name Email Actions
{{ ++$key }} @if (!empty($user->getRoleNames())) @foreach ($user->getRoleNames() as $v) @endforeach @else @endif {{ $user->username ?? 'N/A' }} {{ $user->username ?? 'N/A' }} {{-- Restore --}} Restore
--- No Data Found ---
# Type Username Full Name Email Actions
@endsection @section('script') @if (session('success')) @elseif(session('error')) @endif @endsection