@lang('admin.deletedUsers')
@forelse ($users as $user) @empty @endforelse
# @lang('admin.name') @lang('admin.email') @lang('admin.deletedDate') @lang('admin.actions')
{{ $loop->iteration }} {{ $user->name }} {{ $user->email }} {{ $user->deleted_at->format(setting('datetime_format', 'd-m-Y H:i:s')) }}
@method('PUT') @csrf
@method('DELETE') @csrf
@lang('common.noRecordsFund')
@if ($users->hasPages()) @endif
@include('users.partials.create_user') @include('users.partials.edit_user') @section('footer_scripts') @endsection