Work on Admin Page has started!

We have started our work on Admin Page! Currently all configurations can be stored from database, along with a simple function to query our settings. Global, page layout, and navigation bar configurations can also be shown.

The next focus would be implementing a basic CRUD feature on admin page, specifically on update feature. Therefore we can update configuration values without having to change it manually from app\Http\Controllers\Controller as it is in the present development branch.