File: D:/HostingSpaces/SBogers10/straffer.komma.nl/app/views/layouts/partials/headerImage.blade.php
<section class="header-image {{$data->content->code_name}} startAnimation">
<!--[if IE]>
<img alt="" src="/images/structure/{{$data->content->code_name}}-headerie.jpg">
<![endif]-->
<div class="placeholder">
<div class="text-header-image">
<h2 class="startAnimation">
<?php $quote = trans('headerQuotes.' . $data->content->code_name)?>
{{$quote[0]}}
{{--<span class="logo-inline startAnimation @if($quote[2]==false)black @endif"></span>--}}
<span class="startAnimation">straffer</span> {{$quote[1]}}
{{--<span class="divider"></span>--}}
</h2>
@if($quote[2])
<div class="logo startAnimation"></div>
@endif
</div>
</div>
<svg class="arrows" viewBox="0 0 60 72">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
<div class="image-container">
<img alt="" src="/images/structure/{{$data->content->code_name}}-header.png?v=3">
</div>
</section>