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/BVerhoeven/verhoevendak.nl/app/views/layouts/partials/posts/postRow.blade.php
<section class="post-row">

    {{-- Background  --}}
    <div class="background"></div>

    {{-- Left style icoon, style it through the page sass --}}
    <span class="first-icon styling"></span>

    {{-- Articles placeholder --}}
    <div class="grid-row">

        {{-- Small streamer --}}
        <p class="streamer grid-col">{{ KommaLang::get('latestNews') }}:</p>

        {{-- Articles --}}
        <div class="article-wrapper grid-col col-10 offset-1">
            @include('layouts.partials.posts.latestPosts')
        </div>

        {{-- Button to actual page of school --}}
        <a class="grid-col col-12 button" href="/{{$links->{$page->root->code_name.'-actual'}->route }}">
            {{ KommaLang::get('to_actual') }}
        </a>
    </div>

    {{-- Right style icoon, style it through the page sass --}}
    <span class="second-icon styling"></span>
</section>