@extends('layouts.frontend.master') @section('metatags') @stop @section('seoPageTitle') @stop @section('content')
{{(($lang=='ar')?$productCollection->product_title_arabic:$productCollection->product_title)}}
{{(($lang=='ar')?$productCollection->product_short_content_arabic:$productCollection->product_short_content)}}
@stop @section('scripts') @parent @stop