@foreach($page->sections as $index => $section)
@endforeach
@if(session('success'))
@endif
@if($errors->any())
@endif
{{ $section->heading }}
@php
$bodyText = $section->body;
// Injecting dynamic suite rates
$bodyText = str_replace('[1BR_RATE]', '₦' . $rates['1 Bedroom Master Suite'], $bodyText);
$bodyText = str_replace('[2BR_RATE]', '₦' . $rates['2 Bedroom Luxury Apartment'], $bodyText);
$bodyText = str_replace('[3BR_RATE]', '₦' . $rates['3 Bedroom Luxury Apartment'], $bodyText);
$bodyText = str_replace('[4BR_RATE]', '₦' . $rates['4 Bedroom Luxury Apartment'], $bodyText);
@endphp
{!! $bodyText !!}
Submit a Data Privacy Request
{{ session('success') }}
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
Data Privacy FAQs
@foreach($faqs as $faqIndex => $faq)
@endforeach
{{ $faq->answer }}