@foreach ($dual as $index => $block)
@if(isset($block['background']))
@else
@endif

{{ $block['title'] }}

{{ $block['copy'] }}

@include('atoms.button_group', $links = $block['links'])
@endforeach