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

    <ol class="breadcrumb bc-3">
        <li>
            <a href="<?php echo action('dashboard'); ?>"><i class="entypo-home"></i>Home</a>
        </li>
        <li class="active">
            <a href="javascript:void(0)">Xero</a>
        </li>
    </ol>

    <h3>Xero</h3>
    <div class="tab-content">
		<div style="text-align: center;">
			You're connected! Please wait...
		</div>
	
		<script type="text/javascript">
			//window.opener.location.reload(false);
			window.setTimeout('window.close()', 2000);
		</script>
    </div>
<?php $__env->stopSection(); ?>

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