diff --git a/app/Http/Controllers/loginController.php b/app/Http/Controllers/loginController.php index 68af713..9f1389a 100644 --- a/app/Http/Controllers/loginController.php +++ b/app/Http/Controllers/loginController.php @@ -8,7 +8,7 @@ class loginController extends Controller { public function index(){ - return view('Admin.login'); + return view('admin.login'); } public function authenticate(Request $request){ diff --git a/resources/views/landing.blade.php b/resources/views/landing.blade.php index ac7c23d..5eef547 100644 --- a/resources/views/landing.blade.php +++ b/resources/views/landing.blade.php @@ -1766,13 +1766,13 @@ class="img-fluid mb-2"