Unable to upload courses to the database in a Laravel Project
I’m on a Laravel Project. The characteristics: Laravel Framework 10.48.12
, Composer version 2.7.7 2024-06-10 22:11:12
, PHP 8.3.7 (cli) (built: May 8 2024 08:56:56) (ZTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.3.7, Copyright (c) Zend Technologies
, Intervention Image (^2.7)
.
I am unable to upload the course to the database, there is no error message displayed. After pressing submit, it just seems to refresh to the /add/course page, which should redirect to the /all/course page. Here’s the code