@foreach($items as $item) @switch($item['type']) @case('verse')

{{ $item['title'] }}

{{ $item['text'] }}
{{ $item['link_text'] }}
@break @case('quote')

{{ $item['title'] }}

{{ $item['text'] }}
{{ $item['text_secondary'] }}
@break @case('generic') @if($item['image'])
On Earth as in Heaven

By Tom Wright

On Earth as in Heaven is a 365 devotional book, offering daily meditations from one of the world's best-loved inspirational writers.

Purchase Book
@else
On Earth as in Heaven

By Tom Wright

On Earth as in Heaven is a 365 devotional book, offering daily meditations from one of the world's best-loved inspirational writers.

Purchase Book
@endif @break @endswitch @endforeach