File: D:/HostingSpaces/SBogers85/dale-int.com/app/views/layouts/partials/methodRow.blade.php
<div id="method">
<div class="method-wrapper">
<div class="shadow-stroke"></div>
@if ($blocks->has("method_row"))
<div class="first-row">
<div class="title">
<h2 class="block-title">{{ $blocks->get("method_row")->translation->name }}</h2>
</div>
<div class="description">
<p>{{ $blocks->get("method_row")->translation->description }}</p>
</div>
</div>
<div class="second-row">
<div class="kernwaarden-wrapper">
{{--KERNWAARDEN || GLASHELDER--}}
<div class="kernwaarden-block-wrapper">
<div class="kernwaarden-block">
@if ($blocks->has("kernwaarden_glashelder"))
<h2 class="kernwaarden-title">{{ $blocks->get("kernwaarden_glashelder")->translation->name }}</h2>
{{ $blocks->get("kernwaarden_glashelder")->translation->description }}
@endif
</div>
</div>
{{--KERNWAARDEN || PERSOONLIJK--}}
<div class="kernwaarden-block-wrapper">
<div class="kernwaarden-block">
@if ($blocks->has("kernwaarden_persoonlijk"))
<h2 class="kernwaarden-title">{{ $blocks->get("kernwaarden_persoonlijk")->translation->name }}</h2>
{{ $blocks->get("kernwaarden_persoonlijk")->translation->description }}
@endif
</div>
</div>
{{--KERNWAARDEN || OPRECHT--}}
<div class="kernwaarden-block-wrapper">
<div class="kernwaarden-block">
@if ($blocks->has("kernwaarden_oprecht"))
<h2 class="kernwaarden-title">{{ $blocks->get("kernwaarden_oprecht")->translation->name }}</h2>
{{ $blocks->get("kernwaarden_oprecht")->translation->description }}
@endif
</div>
</div>
{{--KERNWAARDEN || BETROUWBAAR--}}
<div class="kernwaarden-block-wrapper">
<div class="kernwaarden-block">
@if ($blocks->has("kernwaarden_betrouwbaar"))
<h2 class="kernwaarden-title">{{ $blocks->get("kernwaarden_betrouwbaar")->translation->name }}</h2>
{{ $blocks->get("kernwaarden_betrouwbaar")->translation->description }}
@endif
</div>
</div>
{{--KERNWAARDEN || INTERNATIONAAL--}}
<div class="kernwaarden-block-wrapper">
<div class="kernwaarden-block">
@if ($blocks->has("kernwaarden_internationaal"))
<h2 class="kernwaarden-title">{{ $blocks->get("kernwaarden_internationaal")->translation->name }}</h2>
{{ $blocks->get("kernwaarden_internationaal")->translation->description }}
@endif
</div>
</div>
</div>
</div>
@endif
</div>
</div>