@if($metadata['logo'] != false)
@endif
{{ $metadata['title'] }}
@foreach($headings as $h1)
{!! $h1['name'] !!}
@if(count($h1['subheadings']) > 0)
@endif
@if(count($h1['subheadings']) > 0)
@foreach($h1['subheadings'] as $h2)
{!! $h2['name'] !!}
@if(count($h2['subheadings']) > 0)
@endif
@if(count($h2['subheadings']) > 0)
@foreach($h2['subheadings'] as $h3)
{!! $h3['name'] !!}
@endforeach
@endif
@endforeach
@endif
@endforeach
{{ $metadata['last_updated'] }}
Documentation powered by Scribe ✍