feat: Update blog and about us templates with dynamic routing and remove unnecessary date display
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
<a href="{{ route('country.single', $country->slug) }}"
|
||||
class="service-item">
|
||||
<div class="service-icon blue-bg">
|
||||
<i class="fa-solid fa-globe"></i>
|
||||
<img src="{{ $country->image }}"
|
||||
alt="">
|
||||
</div>
|
||||
<div class="service-content">
|
||||
<div class="service-name">{{ $country->title }}
|
||||
@@ -215,7 +216,7 @@
|
||||
<div id="collapse-service-menu-1" class="accordion-collapse collapse menu-dropdown"
|
||||
data-bs-parent="#menu-dropdown" role="tabpanel" aria-labelledby="service-menu-1">
|
||||
<ul>
|
||||
<li><a class="hover:text-brand" href="study-uk.php">Study in UK</a></li>
|
||||
<li><a class="hover:text-brand" href=" x ">Study in UK</a></li>
|
||||
<li><a class="hover:text-brand" href="study-usa.php">Study in USA</a></li>
|
||||
<li><a class="hover:text-brand" class="hover:text-brand"
|
||||
href="study-canada.php">Study in Canada</a></li>
|
||||
|
Reference in New Issue
Block a user