@if(!empty($mode) && $mode == 'edit') @foreach($dealProduct->dealProductItems as $dealProductItem)

Product# @if(!empty($i)) {{ $i }}@else {{'1'}} @endif

@if(!empty($dealProductItem->dealProductItemDetails)) @include('admin.dealProducts.partials.product-row-form', [ 'content_position' => $i, 'dealProductItemDetails'=>$dealProductItem->dealProductItemDetails, 'productRows' => $dealProductItem->products, ]) @else @include('admin.dealProducts.partials.product-row-form', [ 'products' => [] ]) @endif
@if($i > 1) × @endif
@endforeach @else

Product# @if(!empty($i)) {{ $i }}@else {{'1'}} @endif

@include('admin.dealProducts.partials.product-row-form',[ 'products' => [] ])
@if($i > 1) × @endif