This commit is contained in:
tanch0
2024-06-18 16:26:58 +05:45
parent 613dfd1834
commit 50b8768a34
68 changed files with 1540 additions and 657 deletions

View File

@ -4,7 +4,7 @@
<div class="row">
<div class="col-lg-12">
<a href="news-details.php">
<img src="{{asset('hulaki/assets/img/ad/Kicks_Desktop_1230x100-px_new.jpg')}}" alt="image" class="img-fluid">
<img src="{{asset('hulaki/assets/img/add/ads7.gif')}}" alt="image" class="img-fluid">
</a>
</div>
</div>

View File

@ -100,7 +100,7 @@
</section>
<section class="widget widget_featured_reports">
<div class=" col-lg-10" style=" margin-left: 10%;">
<img src="{{ asset('hulaki/assets/img/add/ads6.gif"') }} alt="image-fluid">
<img src="{{ asset('hulaki/assets/img/add/ads6.gif') }}" alt="image-fluid">
</div>
</section>
</aside>

View File

@ -20,7 +20,7 @@
<section class="widget widget_featured_reports mb-50">
@foreach ($internationalNews as $type)
@if ($type->alias == 'international' && $loop->first)
@if ($type->alias == 'atararashhataraya' && $loop->first)
@foreach ($type->news->take(1) as $item)
<div class="single-featured-reports">
<div class="featured-reports-image">
@ -42,7 +42,7 @@
<div class="row">
@foreach ($internationalNews as $type)
@if ($type->alias == 'international' && $loop->first)
@if ($type->alias == 'atararashhataraya')
@foreach ($type->news->skip(1) as $item)
<div class="col-lg-6">
<div class="most-popular-post">

View File

@ -35,4 +35,5 @@
@endif
</div>
</section>
<!-- End Main News Area -->