errors


the navigation bar is not working  on mobile phone,it only show hamburger.

in property-form.php drag and drop is not working "Drag and drop your images here or click to browse"
 
admins.php( admin  can create admin the actions are not working like edit/update, suspend buttons )  


pages are not created admin pages 

1)land-form.php
2)material-form.php
3)sell-applications.php
4)document-verification.php
5)export-payments.php?
6)blog-form.php
7)contact-messages.php
8)document-verification.php
9)activity-logs.php
10)profile.php
11)notifications.php



note:  you must follow previous  code you did before, i will paste some code snippets 
so that you follow the pattern.my code snippet below



NOTE: Add RoVo Admin Dashboard - Complete Documentation




RoVo Admin Dashboard - Complete Documentation

just like this

rovo/
├── admin/
│   ├── includes/
│   │   ├── header.php          # Admin layout header
│   │   └── footer.php          # Admin layout footer
│   ├── ajax/
│   │   ├── get-user-details.php
│   │   ├── get-application-details.php
│   │   ├── get-payment-details.php
│   │   └── get-admin-permissions.php
│   ├── dashboard.php           # Main dashboard
│   ├── properties.php          # Property management
│   ├── property-form.php       # Add/Edit property
│   ├── lands.php               # Land management
│   ├── materials.php           # Materials management
│   ├── rental-applications.php # Application management
│   ├── payments.php            # Payment tracking
│   ├── users.php               # User management
│   ├── admins.php              # Admin management
│   ├── settings.php            # System settings
│   └── blog.php                # Blog management
├── user/
│   └── dashboard.php           # User dashboard
├── uploads/
│   ├── properties/
│   ├── lands/
│   ├── documents/
│   ├── profiles/
│   ├── materials/
│   └── blog/
├── config.php                  # Configuration
├── Auth.php                    # Authentication system
├── login.php                   # Login page
├── register.php                # Registration page
├── logout.php                  # Logout script
├── index.php                   # Homepage
├── header.php                  # Frontend header
└── footer.php                  # Frontend footer