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/SBogers93/fitale.nl/app/storage/views/3e6c023f785e79eb16071a8cb2e3a0f4
<div class="latest-news all-news single-news">
    <div class="background"></div>
    <div class="content-container">
        <div class="news-block">
            <h1><?php echo $data->translation->title; ?></h1>
            <p class="date"><?php echo $data->date->format('d . m . Y'); ?></p>

            <?php echo $data->translation->description; ?>


            <p class="link"><a href="/nieuws"><?php echo \Illuminate\Support\Facades\Lang::get('translations.overview'); ?></a></p>
        </div>
        <div class="cta-block">
            <p><?php echo \Illuminate\Support\Facades\Lang::get('translations.overviewText'); ?></p>
            <div class="button">
                <a class="internalLink" href="/nieuws">
                    <?php echo \Illuminate\Support\Facades\Lang::get('translations.overview'); ?>
                </a>
            </div>
        </div>
    </div>
</div>