@extends("front.layout.master") @section('title', "$product->product_name | ") @section('meta_tags') @endsection @section('stylesheet') @endsection @section("body")
{{ __('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}}