Enhance 404 error page with custom layout and image, add admin login routes
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user