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

<?php $__env->startSection("content"); ?>
    <hr>
    <a href="<?php echo URL::previous(); ?>" class="btn btn-default">回上頁 </a>
    <?php echo $backend->origin_content; ?>

<?php $__env->stopSection(); ?>

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