This commit is contained in:
tanch0
2024-06-20 16:42:33 +05:45
parent 5554837c97
commit adfc826e9c
46 changed files with 2385 additions and 70 deletions

View File

@ -21,11 +21,11 @@
<div class="col-lg-12">
<div class="news-content" style="text-align: center; margin: 3%;">
<h2>
<a href="news-details.php"><b>{{ $featuredNews->short_description }}</b></a>
<a href="{{ route('newsDetail', ['alias' => $featuredNews->alias]) }}"><b>{{ $featuredNews->short_description }}</b></a>
</h2>
</div>
<div class="single-main-news">
<a href="news-details.php">
<a href="{{ route('newsDetail', ['alias' => $featuredNews->alias]) }}">
<img src="{{ asset($featuredNews->image) }}" alt="image">
</a>
</div>