{!! $page->name !!}

@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)
  1. {{ $item->heading }} ({{ $item->heading_element }} ) {{--{{ $item->type }}--}}
    @if($item->media) @endif
    {!! $item->summary !!}
    @foreach($item->documents as $document) {{ $document->name }}{{ $loop->last?'':' | ' }} @endforeach @foreach($item->photos as $photo) @endforeach
  2. @endforeach
@section('scripts') @parent @include('titan::admin.partials.nestable') @endsection