Новый заказ

OrderId: {{$order->orderId}}
@foreach($order->positions as $positions) @if($positions->isConsignment == 1) Консигнация : ДА
@else Консигнация : НЕТ
@endif @endforeach