File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/0389838475e88c5dc1622d415ab4d81b
<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 foreach($data->images as $image): ?> <img alt="" src="<?php echo $image->medium_image_url; ?>"/> <?php endforeach; ?> <?php echo $data->translation->description; ?> <div class="social-share-container"> <span class="social-share linkedin" onclick="window.open('https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode(\Request::fullUrl()); ?>&title=<?php echo urlencode($data->translation->title); ?>', 'newwindow', 'width=500, height=600');"> Deel op Linkedin <?php /*<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script>*/ ?> <?php /*<script type="in/share" data-url="<?php echo Request::fullUrl(); ?>"></script>*/ ?> </span> <span class="social-share twitter" onclick="window.open('https://twitter.com/intent/tweet?text=<?php echo urlencode($data->translation->title.' >> '); ?>&url=<?php echo urlencode(\Request::fullUrl()); ?>', 'newwindow', 'width=500, height=600');"> Tweet it </span> </div> <p class="link"><a href="/#news"><?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.newsTriggerBlock'); ?></p> <div class="button"> <a class="internalLink" data-link="contact"> <?php echo \Illuminate\Support\Facades\Lang::get('translations.contactUs'); ?> </a> </div> </div> </div> </div>