{{ optional($product->store)->name }}
@if ($product->offer)
{{ $product->price }}
{{ $product->offer }}
@else
{{ $product->price }}
@endif
{!! trans('dashboard.setting.currency') !!}
{{ $product->desc }}
{!! trans('dashboard.product.stock') !!} - {{ $product->stock ?? trans('dashboard.product.unlimited_orders') }}
{!! trans('dashboard.product.sizes') !!}
@foreach ($product->sizes_array as $size) @endforeach @elseif ($product->measuring_unit == 'weight'){!! trans('dashboard.product.weights') !!}
@foreach ($product->weights_array as $weight) @endforeach @endif{!! trans('dashboard.product.no_reports') !!}