@extends('layouts.site') @section('title') {{$pageData->title}} @endsection @section('content')
@includeIf('menus.private-wealth-content') {!! $pageData->body !!}
@endsection @section('js') @endsection