<div style="width:100%;">



	<p style="font-size:24px;">Thông tin đơn hàng <i></i></p>



    <p>Họ & tên: <strong><?php echo e($name); ?></strong></p>



    <p>Email: <strong><?php echo e($email); ?></strong></p>



    <p>Địa chỉ: <strong><?php echo e($address); ?></strong></p>



    <p>Điện thoại: <strong><?php echo e($phone); ?></strong></p>



    <p>Điện thoại: <strong><?php echo e($phone); ?></strong></p>



    <p>Ghi chú: <strong><?php echo e($note); ?></strong></p>



    <div style="margin-top:30px; margin-bottom:30px;">



   	<?php echo $content; ?>







    </div>



    <p style="font-size:24px;">Tổng tiền: <strong><?php echo e(Helper::adddotstring($total_price)); ?> đ</strong></p>



</div>