<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Haber3</title>
    <meta name="description" content=""/>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="<?php echo e(asset('assets/frontend/tema9/css/siteneekle.css')); ?>">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>
<body>
<div class="widLastminute">
    <h1>Son Dakika Haberleri</h1>
    <ul>
        <?php $__currentLoopData = $sonDakikaEkle; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $sondk): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <li>
            <a target="_blank" href="<?php echo e(url('haber/'.$sondk->slug.'-'.$sondk->id)); ?>" title="<?php echo e($sondk->baslik); ?>" >
                <time><?php echo e(date('H:i',strtotime($sondk->tarih))); ?></time>
                <?php echo e($sondk->baslik); ?>

            </a>
            </li>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
    </ul>
</div>
</body>
</html>
<?php /**PATH /home/yeniistik/public_html/resources/views/frontend/tema9/siteneEkleSonDk.blade.php ENDPATH**/ ?>