Enhance 404 error page with custom layout and image, add admin login routes

This commit is contained in:
2025-08-24 12:47:48 +05:45
parent 6d71fe4b4a
commit 6ef55240a0
5 changed files with 64 additions and 37 deletions

View File

@@ -20,7 +20,7 @@
<div class="row ">
@foreach ($firstCourse->custom as $index => $data)
<div class=" col col-md-3">
<a href="course-finder.php" class=" course-box rounded-10 ">
<a href="{{ route('program.coursefinder') }}" class=" course-box rounded-10 ">
<div class="">
<img class="w-ful " src="{{ asset($firstCourse->images[$index]) }}" alt="">
</div>