@extends('frontend.layouts.app') @section('content')

Contact Us

Frequently Asked Questions

@php $faqs = [ ['q' => 'When will you take the possession/handover for construction work?', 'a' => 'The topic of handover is subject to shared awareness between developer and landowner. Generally, the possession/ handover is required after the authority involved has accepted the proposal.'], ['q' => 'What are the factors for getting the plan\'s approval?', 'a' => 'Approval of the proposal depends on building height, apartment number, authority clearance (RAJUK, Cantonment Board, etc.), and land status.'], ['q' => 'What are the spaces that are known as common space?', 'a' => 'Common spaces include lift lobby, staircase, generator room, prayer room, visitor area, and reception.'], ['q' => 'Are you measuring materials or the quality of concrete?', 'a' => 'Yes, Edison tests steel bars and concrete strength.'], ['q' => 'How can you guarantee the quality of construction?', 'a' => 'We follow construction standards and use high-grade materials, along with earthquake resistance.'], ]; @endphp
@foreach ($faqs as $index => $faq)

{{ $faq['a'] }}
@endforeach

Send Us a Message

@csrf
@endsection