@extends('layouts.app') @section('contentSection') Dubai Off-Plan Property Our Real Estate Company has a number of luxury and exclusive listings that are perfect for international clients. Developer Name @foreach (App\Models\Attribute::whereType('developer')->orderBy('name')->get() as $attr) {{ $attr->name }} @endforeach Project Name Developmet Status @foreach (App\Models\Attribute::whereType('developmentStatus')->orderBy('name')->get() as $attr) {{ $attr->name }} @endforeach State @foreach (App\Models\Attribute::whereType('city')->orderBy('name')->get() as $attr) {{ $attr->name }} @endforeach Area @foreach (App\Models\Attribute::whereType('district')->orderBy('name')->get() as $attr) {{ $attr->name }} @endforeach Unit Type @foreach (App\Models\Attribute::whereType('unitType')->orderBy('name')->get() as $attr) {{ $attr->name }} @endforeach Project completion date 2Q 2023 3Q 2023 4Q 2023 1Q 2024 2Q 2024 3Q 2024 4Q 2024 2025 2026 2027 2028 2029 Search Reset Search all available Dubai Off plan projects in 1 place. @endsection @section('pageSpecificScripts') @endsection