@if(!empty($product->pack_size))
{{ trans('frontend_lang.pkd').$product->pack_size }}
@endif
--}}
@if($product->inventory_management == \App\Models\Product::INVENTORY_MANAGEMENT_NO)
@else
@lang('frontend_lang.out_of_stock')
@endif
@if(!empty($offerPrice['end_date']))
@lang('frontend_lang.expired_date') {{ $offerPrice['end_date'] }}
@endif