@foreach($discounts as $discount) Название: {{ $discount['title'] }} @isset($discount['description']) Описание: {{ str_replace(" ", '', strip_tags($discount['description'])) }} @endisset Дата окончания акции: {{ $discount['date_end']->format('d.m.Y H:s') }} @endforeach