
<?php $__env->startSection('status'); ?>
<div class="panel panel-default">
	<div class="panel-heading"><h4>Payment Slip</h4></div>
	<div class="panel-body">
		<br>
		<div class="col-md-12">
			<img src="/img-payment/<?php echo $orderDetail->latestStatus->payment_image; ?>">
		</div>
	</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('/member/buy/order', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>