@extends('layouts.site') @section('title', $page->meta_title ?: $page->title) @section('meta_description', $page->meta_description ?? 'Make a secure referral to Hillcrest Living.') @section('content')

{{ $page->title }}

@if(filled($page->intro))

{{ $page->intro }}

@endif
@foreach($page->sections as $section)
@if(filled($section->heading))

{{ $section->heading }}

@endif @if(filled($section->body))
{!! $section->body !!}
@endif
@endforeach
@if(session('status'))
{{ session('status') }}
@else @if ($errors->any()) @endif
@csrf @honeypot
Referrer details
Individual details
Support needs (optional)
@foreach($supportOptions as $key => $label) @endforeach
@endif
@endsection