@extends('layout.main') @section('main-section')

EFU Property Management Portal

Users List

abcd

@foreach ($users_trash as $user ) @endforeach
Name User Type Email Passsword Mobile No. Date
{{$user->_Name}} {{ $user->_UserType}} {{ $user->_Email}} {{ $user->_Password}} {{ $user->_PhoneNumber}} {{ $user->_Date}} Permanent Delete Restore
@endsection('main-section')