File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/a808ed24cd390522e8b74dce8f3f6a6e
<div class="home-content">
<div class="content-container row ">
<div class="grid5 left-content padding">
<h2><?php echo $page->content->home_quality->translation->name; ?></h2>
<?php echo $page->content->home_quality->translation->description; ?>
<a href="<?php echo $links->about->route; ?>" class="button white">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.read-more-about-us'); ?> <span></span>
</a>
</div>
<div class="grid6 offset-1 advantages">
<div class="advantages-alu advantage-block">
<h3><?php echo \Illuminate\Support\Facades\Lang::get('advantages.alu-adventage'); ?></h3>
<ul>
<?php foreach(trans('advantages.alu-list') as $row): ?>
<li><?php echo $row; ?></li>
<?php endforeach; ?>
</ul>
<a href="<?php echo $links->aluminium_windows->route; ?>" class="button blue">
<?php echo $links->aluminium_windows->name; ?> <span></span>
</a>
</div>
<div class="advantages-pvc advantage-block">
<h3><?php echo \Illuminate\Support\Facades\Lang::get('advantages.pvc-adventage'); ?></h3>
<ul>
<?php foreach(trans('advantages.pvc-list') as $row): ?>
<li><?php echo $row; ?></li>
<?php endforeach; ?>
</ul>
<a href="<?php echo $links->pvc_windows->route; ?>" class="button blue">
<?php echo $links->pvc_windows->name; ?> <span></span>
</a>
</div>
</div>
</div>
</div>