course finder view page completed

This commit is contained in:
2025-08-06 17:55:22 +05:45
parent 6772e269fb
commit 59e5392370
16 changed files with 3856 additions and 2435 deletions

View File

@@ -103,7 +103,8 @@
<div class="col col-md-7">
<div class="flex flex-col gap-5">
<h3 class="text-20 font-medium">{{ $item->title }}</h3>
<a href="{{ route('coursefinder.single', $item->id) }}">
<h3 class="text-20 font-medium">{{ $item->title }}</h3></a>
<h5 class="text-16 font-lighter">{{ $item->institution?->title }} <span
class="text-brand">{{ $item->institution?->country?->title }}</span>
</h5>