@forelse($pageContent->getContent as $page)
{{ $page->title }}
{!! $page->body !!}
@empty
{{ __('pages.title') }}
{{ __('pages.empty') }}
@endforelse