@if(($page->sections->count() <= 1))
How to create Page Sections
request()->url()
- Update the list order by dragging the headings up or down.
- Create a new Component
@endif
@foreach($page->sections as $item)
-
{{ $item->heading }}
({{ $item->heading_element }}
)
{{--{{ $item->type }}--}}
@foreach($item->documents as $document)
{{ $document->name }}{{ $loop->last?'':' | ' }}
@endforeach
@foreach($item->photos as $photo)

@endforeach
@endforeach