course finder view page completed
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user