changes
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user