changes
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -35,4 +35,5 @@
|
||||
@endif
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- End Main News Area -->
|
Reference in New Issue
Block a user