@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->post_name }}

  • {{ $productDetail->location}}
  • {{$productDetail->created_at}}
  • {{ $productDetail->views}} @lang('general.views')

@lang('general.projectAbout')

{!! $productDetail->content !!}

@lang('general.details')

@if( App::getLocale() == 'tr') @elseif( App::getLocale() == 'en') @else @endif
@lang('general.project_id') #{{ $productDetail->id}} @lang('general.project_type'){{ $productDetail->category->name}}{{ $productDetail->category->name_en}}{{ $productDetail->category->name_arabic}}
@lang('general.project_location') {{ $productDetail->location}} @lang('general.project_squareMeters') {{ $productDetail->m2}}
@if(!empty($productDetail->attributes->count() >0))

Projeye ait çizimler

@foreach($productDetail->attributes as $attr)
{{ $attr->title }}
  • Beds: 03
  • Baths: 02
  • 931Sqft
shape
@endforeach
@endif @if(!empty($productDetail->project_video))

@lang('general.project_video')

@endif @if(!empty($productDetail->video))

@lang('general.360_virtual_tour')

@endif
{{ csrf_field() }}
@endsection @section('javascript') @endsection