{{ optional($product->category)->name }}
@if ($product->offer_price)
{{ $product->price }}
{{ $product->offer_price }}
@else
{{ $product->price }}
@endif
{!! trans('dashboard.setting.currency') !!}
{{ $product->desc }}
{!! trans('dashboard.branch.branches') !!}
@forelse ($product->branches as $branch) @empty{!! trans('dashboard.addition.additions') !!}
@forelse ($product->additions as $addition) @empty{!! 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