




<?php $__env->startSection('title', 'Özgün Tarım - Refranslarımız'); ?>





<?php $__env->startSection('_content'); ?>





<div class="container page" id="content" style="font-family: 'tahoma'; font-size: 11px; font-weight: bold; color: #666666; line-height: 24px;">


    <div style="color:#ffffff;" class="title">
        <h2>Referanslarımız</h2>
    </div>


    <?php foreach(Reference::all() as $ref): ?>
    <div class="col-md-12 ref">
        <div  class="col-md-2">

            <a title="Lütfen tıklayınız" target="_blank" href="<?php echo $ref->link; ?>"><img class="img-thumbnail" src="<?php if($ref->ref_image != ""): ?> <?php echo asset('static/public/default/img/references/'.$ref->ref_image); ?> <?php else: ?> <?php echo asset('static/public/default/img/references/default.png'); ?> <?php endif; ?>"></a>

        </div>
        <div  class="col-md-8">

           <div style="font-size: 11pt; margin-top: 30px;"> <a target="_blank" style="color: #ffffff;" href="<?php echo $ref->link; ?>"><i style=" margin-right: 10px;" class="fa fa-arrow-right"></i> <?php echo $ref->reference; ?></a></div>

        </div>

    </div>
    <?php endforeach; ?>





</div>











<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.wrap', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>