I have already made this project before using PHP but after learning Laravel framwork, I have made this Dymenic website from the Static website with its Admin panel using Laravel
- -> Admin can access the front-end of website using this Admin panel
- -> After Admin login, User can Add, Edit, View or Delete the data like Sliders, Services, Photos, Blogs, etc...
- -> Get all data from the database which is added by the Admin through admin/back-end pannel using Laravel CRUD operations..
- -> Add pagination in some lenghthy data like Multiple Photos and Blogs...
- -> Add comment feature in Blog page...