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/SBogers33/broosensterck.nl/app/views/layouts/partials/posts/post.blade.php
<article id="post-{{$key}}" class="dealer">
    <a href="/{{$post->route}}">
        <figure>
            @foreach(['large', 'medium', 'small'] as $size)
                <span class="{{$size}}" style="background-image: url('{{ $post->{$size.'_image_url'} }}')"></span>
            @endforeach
        </figure>

        <div class="date">
            {{$post->date->format('d')}}<br/>
            {{$post->date->format('m')}}
        </div>

        <h2>
            {{ $post->name }}
            <span class="arrow">
                @include('svg.arrow')
            </span>
        </h2>
    </a>
</article>