File: D:/HostingSpaces/SBogers10/signmania.komma.pro/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>