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

@@ -23,7 +23,7 @@
<div class="row align-items-center">
<div class="col-lg-4">
<div class="sports-news-image">
<a href="news-details.php">
<a href="{{route('newsDetail',['alias' => $item->alias])}}">
<img src="{{ asset($item->thumb) }}" alt="image">
</a>
</div>
@@ -31,7 +31,7 @@
<div class="col-lg-8">
<div class="sports-news-content">
<h3>
<a href="news-details.php">{{ $item->title }}</a>
<a href="{{route('newsDetail',['alias' => $item->alias])}}">{{ $item->title }}</a>
</h3>
</div>
</div>
@@ -50,7 +50,7 @@
<div class="row align-items-center">
<div class="col-lg-4">
<div class="sports-news-image">
<a href="news-details.php">
<a href="{{route('newsDetail',['alias' => $item->alias])}}">
<img src="{{ asset($item->thub) }}" alt="image">
</a>
</div>
@@ -58,7 +58,7 @@
<div class="col-lg-8">
<div class="sports-news-content">
<h3>
<a href="news-details.php">{{ $item->title }}</a>
<a href="{{route('newsDetail',['alias' => $item->alias])}}">{{ $item->title }}</a>
</h3>
</div>
</div>
@@ -89,7 +89,7 @@
<div class="row align-items-center">
<div class="col-lg-4">
<div class="tech-news-image">
<a href="news-details.php">
<a href="{{route('newsDetail',['alias' => $item->alias])}}">
<img src="{{ asset($item->thumb) }}"
alt="image">
</a>
@@ -98,7 +98,7 @@
<div class="col-lg-8">
<div class="tech-news-content">
<h3>
<a href="news-details.php">{{ $item->title }}</a>
<a href="{{route('newsDetail',['alias' => $item->alias])}}">{{ $item->title }}</a>
</h3>
</div>
</div>
@@ -117,7 +117,7 @@
<div class="row align-items-center">
<div class="col-lg-4">
<div class="tech-news-image">
<a href="news-details.php">
<a href="{{route('newsDetail',['alias' => $item->alias])}}">
<img src="{{ asset($item->thumb) }}"
alt="image">
</a>
@@ -126,7 +126,7 @@
<div class="col-lg-8">
<div class="tech-news-content">
<h3>
<a href="news-details.php">{{ $item->title }}</a>
<a href="{{route('newsDetail',['alias' => $item->alias])}}">{{ $item->title }}</a>
</h3>
</div>
</div>