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

Frequently Asked Questions

Everything you need to know about property sourcing and investing with PSG.

@forelse($faqs as $index => $faq)

{!! $faq->answer !!}
@empty

No FAQs available at the moment.

@endforelse
@endsection