{{ __('staticwords.Availability') }} :
@if($product->pre_order == 1 && $product->product_avbl_date > date('Y-m-d h:i:s'))
{{ __("Available for pre-order") }}
@else
{{ $product->stock == 0 ? __("Out of Stock") : __("In Stock") }}
@endif
{{$product->product_name}}
{{ __('staticwords.by') }}
{{ $product->store->name }} @if($product->store->verified_store) @endif