@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content') @if(!empty($real_estate_development_company) && !empty($real_estate_development_company->getData('banner_image'))) @else @endif {{lang('home')}} {{lang('real_estate_development_company')}} @if(!empty($real_estate_development_company) &&!empty($real_estate_development_company->getData('post_title'))) {{$real_estate_development_company->getData('post_title')}} @endif @include('frontend.layouts.social') @if(!empty($real_estate_development_company) && !empty($real_estate_development_company->getData('rde_top_image'))) @endif @if(!empty($real_estate_development_company) && !empty($real_estate_development_company->getData('description'))) {!!@$real_estate_development_company->getData('description')!!} @endif @if(!empty($real_estate_development_company) && !empty($real_estate_development_company->getData('rde_bottom_image'))) @endif @if(!empty($faqData) && $faqData->isNotEmpty()) {{lang('frequently_asked_questions')}} @foreach($faqData as $faq) {{$faq->getTitle()}} {!!$faq->getData('description')!!} @endforeach @endif @stop @section('scripts') @parent @stop