@extends('layout.master1') @section('title',$title) @section('description',$description) @section('og:locale',app()->getLocale()) @section('og:type',$og_type) @section('og:title',$og_title) @section('og:description',$og_description) @section('og:url',$og_url) @section('og:site_name',$og_sitename) @section('twitter:title',$twitter_title) @section('twitter:description',$twitter_desc) @section('content')
{!! $productDetail->content !!}
| @lang('general.project_id') | #{{ $productDetail->id}} | @lang('general.project_type') | @if( App::getLocale() == 'tr'){{ $productDetail->category->name}} | @elseif( App::getLocale() == 'en'){{ $productDetail->category->name_en}} | @else{{ $productDetail->category->name_arabic}} | @endif
| @lang('general.project_location') | {{ $productDetail->location}} | @lang('general.project_squareMeters') | {{ $productDetail->m2}} |