<?php $__env->startSection('body'); ?>
    <div class="row">
        <div class="col-xs-12 text-center " style="margin-top: 25px">
            <img class="text-center img-responsive" style="margin: 0 auto" src="<?php echo e(asset('img/logo.png')); ?>" alt="">
        </div>
    </div>
<?php $__env->stopSection(); ?>

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