@if ($page->type === 'richtext') {{ $page->title }}
@endif @if ($page->type === 'custom_code') {!! json_decode($page->content) !!} @endif