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/Lacom/lacom.nl/resources/views/site/partials/headerMenuText.blade.php
<section class="photo-header header-menu-text">
    <div class="grid-row">

        <div class="bread-crumb-row">
            @include('site.partials.breadcrumb')
        </div>


        <div class="text-wrapper">
            <h1>{{$page->translation->name}}</h1>

            @if(isset($page->translation->main))
                <div class="kms-content">
                    {!! $page->translation->main->description !!}
                </div>
            @endif
        </div>

        @yield('header-menu')

    </div>
</section>