@if(!empty($storeProducts)) @foreach($storeProducts as $getProductInfo) @php $productPriceOptions = $getProductInfo->getpriceoptions; @endphp @if(!empty($productPriceOptions->toArray())) @if( $i==1) @endif @foreach($productPriceOptions as $productPriceOption) @php $productPrice = \App\Models\Prices::getPricesDataById($productPriceOption['prices_id']); @endphp @endforeach @endif @endforeach @endif

{{ __('lbl.product_export_report') }}

{{ __('lbl.establishment') }} : {{$storeName}}
{{ __('lbl.product_name') }} {{ __('lbl.date_range') }} {{ __('lbl.product_price_tire') }} {{ __('lbl.Price') }}
{{ $getProductInfo['product_name'] }} {{ $productPriceOption['product_price_time_period']}} {{isset($productPrice['name'])?$productPrice['name']:""}} {{storecurrency().$productPriceOption['product_price_custome'] }}