@extends('layouts.welcomelayouts.app') @section('title')
@if(!$product->cat_id==null) {{ $product->cat->title }} @endif @if(!$product->subcat_id==null) {{ $product->subcat->title }} @endif @if(!$product->subsubcat_id==null) {{ $product->subsubcat->title }} @endif
{{$ratings->count()}} Ratings Brand: @if($brand = App\Model\ProductBrand::find($product->brand_id)) {{$brand->title}} @else No Brand @endif
{{$appSetting->currency}} {{number_format($product->final_price,0)}} @if($product->discount > 0) {{number_format($product->sale_price,0)}} @endif
Quantity
No Description is available
@elseProduct Description Of {{ $product->title }}
{!!$product->description!!} @endif