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/SBogers10/anvil.komma.pro/resources/views/site/pages/segments/show.blade.php
@extends('site.master')

@section('title', $segment->translation->name . ' | '. $page->translation->meta_title)
@section('meta_description', $segment->translation->meta_description)

@section('content')

    @include('site.partials.photoHeader', ['model' => $segment])

    @include('site.partials.contentMenu', [
        'content' => $segment->translation->description,
        'overviewUrl' => $links->segments->route,
        'menuModels' => $menuSegments,
        'activeMenuModel' => $segment->id
    ])

    <div class="reference-other-relative-models-binder">
        <div class="grid-row">

            @include('site.partials.referenceOfferCta')

            @include('site.partials.otherRelativeModels', ['relativeModels' => $segment->nextSegments, 'typeModelUrl' => $links->segments->route])

        </div>
    </div>


@endsection