File: D:/HostingSpaces/SBogers10/helder.komma.pro/resources/views/site/organisms/header.blade.php
<header class="c-header">
<div class="l-grid">
@if(isset($title))
<h1 class="c-header__title">{!! $title !!}</h1>
@endif
</div>
<a class="c-kms-button" href="/kms/default/pages/{{$page->id}}#nl">
<div class="c-kms-button__circle">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" x="0px" y="0px"><path d="M6 0l-1 1 2 2 1-1-2-2zm-2 2l-4 4v2h2l4-4-2-2z"></path></svg>
</div>
bewerken
</a>
</header>