This commit is contained in:
tanch0
2024-06-18 11:31:51 +05:45
parent fcbaa0f679
commit 613dfd1834
116 changed files with 4829 additions and 1558 deletions

View File

@ -9,7 +9,7 @@
<div class="col-lg-12 mt-20">
<div class="news-content mt-50 text-center">
<h2>
<a href="{{route('newsDetail')}}"><b>{{$featuredNews->title}}</b></a>
<a href="{{route('newsDetail',['alias'=>$featuredNews->alias])}}"><b>{{$featuredNews->title}}</b></a>
</h2>
</div>
</div>