@if (Arr::get($page->assets, 'cover')) {{ $page->title }} @endif

{{ $page->title }}

@if ($page->sub_title)

{{ $page->sub_title }}

@endif
{!! $content !!}
@foreach ($blocks as $block)
@if ($block->cover_image) {{ $block->title }} @endif

{{ $block->title }}

@if ($block->sub_title)

{{ $block->sub_title }}

@endif

{{ Str::limit($block->content, 100) }}

@if ($block->getMeta('url')) Read More @endif
@endforeach