{{-- Content --}}

{{ $content['title'] }}

@foreach ($content['paragraphs'] as $paragraph)

{!! $paragraph !!}

@endforeach
{{-- Image --}}
{{ $content['image_alt'] }}
{{ $content['image_caption'] }}