HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/views/layouts/partials/imageHeader.blade.php
<div class="grid-row full-row image-header">

    @if(isset($page->images[0]))
        <figure class="image-header-content" style="background-image: url('{{ $page->images[0]->large_image_url }}')"></figure>
    @else
        <figure class="image-header-content" style="background-image: url('/img/structure/fallback/fallback.jpg')"></figure>
    @endif

    <div class="wave">
        <img src="/img/structure/wave-reversed.svg" alt="Wave">
    </div>

</div>

<div class="grid-row page-header parent-page">
    <div class="grid-col col-12">
        <div class="page-header-wrapper">
            <h1>{{$page->translation->page_name}}</h1>
            <p>{{$page->translation->description}}</p>
        </div>
    </div>
</div>