INSTALLATION
Database :
- Database Create a database in phpmyadmin.
- Open .env file and change following credentials
- DB_DATABASE=your_database_name
- DB_USERNAME=your_database_user
- DB_PASSWORD=your_database_password
Database Migration and Seed :
- Run php artisan migrate to migrate database
- Run php artisan db:seed to seed database.
- After seed completed autometically create a user in users table and assign Super Admin role. Super Admin role can access all the premissions.
Dashboard
We have a gorgeous looking dashboard for our client from where they get Pending Complain, Total client, Total active-client, Total amount, Total receive bill, Total due-bill & expense information of today / last 7 days / current month / last month/ last 3 months/ last 6 months/ current year at a glance by one click.

Area

- You can add area code by manual input or automatically generate by one click at ‘Generate Code’ button

Connection
- To add client connection you have to create Connection.
- You can create, edit and delete connection. You also can change connection active, inactive status from table

You can add connection code by manual input or automatically generate by one click at ‘Generate Code’ button.

Package
- To add client package you have to create Package..
- You can create, edit and delete package. You also can change package active, inactive status from table.
