This commit is contained in:
tanch0
2024-06-21 13:29:04 +05:45
parent 5b3c44aa33
commit 25760ad989
50 changed files with 1180 additions and 111 deletions

View File

@ -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">