@extends('front.app') @section('meta') @stop @section('container')
@if($discount_catalog && $discount_catalog->children->isNotEmpty())
@foreach( $discount_catalog->children as $one_catalog_item) {{ $one_catalog_item->name }}

{{ $one_catalog_item->h1_title }}

{{ $one_catalog_item->catalog_sale_date ?? '' }}
@endforeach
@else
Empty list
{{ ShowLabelById(94) }}
@endif
@stop