$isWorkingTime = ($order->createdAt->format('H')>=8 && $order->createdAt->format('H')<17);
{% if isWorkingTime %}
<p>Заказ в рабочее время</p>
{% else %}
<p>Заказ в нерабочее время</p>
{% endif %}
OutOfMemoryException in DebugClassLoader.php line 243:
Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 140495632205216 bytes)