changes
This commit is contained in:
@ -78,7 +78,7 @@
|
||||
@foreach ($adsWithChildren as $ads)
|
||||
@if ($ads->children->isNotEmpty())
|
||||
@foreach ($ads->children as $item)
|
||||
@if ($item->ad_categories_id == 5)
|
||||
@if ($item->ad_categories_id == 5 && now()->isBefore($item->valid_till))
|
||||
<section class="widget widget_featured_reports">
|
||||
<img src="{{ asset($item->thumb) }}" alt="{{ $item->title }}"
|
||||
class="img-fluid">
|
||||
|
Reference in New Issue
Block a user