@foreach ($this->pages as $page)

{{ $page['title'] }}

{{ ucfirst($page['status']) }}
{{ $page['type'] ?? '-' }}
{{ $page['description'] ?? '-' }}
Sections: {{ $page['sections_count'] }}
@if ($page['type'] === 'content') Design Page @endif Page Properties
@endforeach