@extends('app_client') @section('title', $page->title.' | '.$property->name) @section('content')
{!! $page->content !!}
@endsection @section('script') @endsection