@if(count($product_ids) > 0) @foreach ($product_ids as $key => $id) @php $product = \App\Product::findOrFail($id); @endphp @endforeach
{{translate('Product')}} {{translate('Base Price')}} {{translate('Discount')}} {{translate('Discount Type')}}
{{ $product->getTranslation('name') }}
{{ $product->unit_price }}
@endif