@extends('layouts.front') @section('title'){{$product->meta_title ? $product->meta_title : $product->name." - ".config('app.name')}}@endsection @section('meta-tags') @if($product->meta_keywords)@endif @endsection @section('meta-tags-og') @if($product->photo)@endif @endsection @section('styles') @endsection @section('content')
Product Code {{ $variant_spec->product_code }}
@endif @else @if($product->model)Product Code {{ $product->model }}
@endif @endif @if($product->virtual && $product->downloadable && $product->file) @lang('Download access will be given after payment is done.') @endif{{$product->reviews->where('approved', 1)->where('rating', '!=', null)->avg('rating')}} {{count($product->reviews->where('approved', 1)->where('rating', '!=', null))}} @lang('Ratings &') {{count($product->reviews->where('approved', 1)->where('comment', '!=', null))}} @lang('Reviews')
@endif{{$product_specification_type->pivot->value}}