{{-- culture-tech --}} सांस्कृतिक @foreach ($cultural as $type) @if ($type->alias == 'cultural') @foreach ($type->news->take(3) as $item) {{ $item->title }} @endforeach @endif @endforeach @foreach ($cultural as $type) @if ($type->alias == 'cultural') @foreach ($type->news->skip(3) as $item) {{ $item->title }} @endforeach @endif @endforeach प्रविधि @foreach ($technology as $type) @if ($type->alias == 'technology') @foreach ($type->news->take(3) as $item) {{ $item->title }} @endforeach @endif @endforeach @foreach ($technology as $type) @if ($type->alias == 'technology') @foreach ($type->news->skip(3) as $item) {{ $item->title }} @endforeach @endif @endforeach @if ($ads->isNotEmpty()) @foreach ($ads as $ad) @if ($ad->ad_categories_id == 10) @endif @endforeach @endif