/
home
/
sjslayjy
/
public_html
/
olddevlok
/
storage
/
framework
/
views
/
Upload File
HOME
<?php $__env->startSection('title','Print Order Token'); ?> <?php $__env->startSection('style'); ?> <style type="text/css"> @media print { .goog-te-banner-frame.skiptranslate { display: none !important; } body * { visibility: hidden; } .qrcode{ margin-left: 10px; } #print_area, #print_area * { visibility: visible; } #print_area { position: absolute; left: 0; top: 0; right: 0; margin: 0; } } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="main-content notranslate"> <div class="main-content-inner"> <div class="breadcrumbs ace-save-state" id="breadcrumbs"> <ul class="breadcrumb"> <li> <i class="ace-icon fa fa-home home-icon"></i> <a href="#"><?php echo e(__('messages.Home')); ?></a> </li> <li class="active">Print Order Token</li> </ul> </div> <div class="page-content"> <div class="row"> <div class="col-xs-12"> <div class="clearfix"> <div class="pull-right tableTools-container"> </div> </div> <!-- div.table-responsive --> <!-- div.dataTables_borderWrap --> <div> <div class="row"> <div class="col-xs-12"> <!-- PAGE CONTENT BEGINS --> <!-- <div class="space-6"></div> --> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <div class="widget-box transparent" id="print_area" style="border: 1px solid #ccc;"> <div class="widget-header widget-header-large"> <div class="widget-toolbar hidden-480" style="float:right"> <a href="#" onclick="window.print()"> <i class="ace-icon fa fa-print"></i> </a> </div> <h3 class="widget-title grey lighter"> <center><strong>Order Token</strong></center> </h3> </div> <div class="widget-toolbar no-border invoice-info" style="float:left;"> <span class="invoice-info-label" style="margin-top: 5px; font-size: 15px;"><?php echo e(__('messages.Token')); ?> #</span> <span class="red" style="margin-top: 5px; font-size: 18px;">DA/OT/<?php echo e($order->id); ?></span> </div> <div class="widget-toolbar no-border invoice-info" style="float:right;"> <span class="invoice-info-label"><?php echo e(__('messages.Date')); ?>:</span> <span class="blue"><?php echo e(date('d/m/Y',strtotime($order->created_at))); ?></span> </div> <div class="qrcode"> <?php $encoded_qr = base64_encode($order->id); ?> <img src="https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=<?php echo e($encoded_qr); ?>&choe=UTF-8" title="Buffer / Token" /> </div> <div class="widget-body"> <div class="widget-main padding-16"> <div class="row"> <div class="col-sm-12"> <div class="row"> <center><b style="font-size: 16px; width: 100%; text-decoration: underline;"> <?php echo e(getModelById('Company',$order->company_id)->name); ?> <br/><?php echo e(getModelById('Company',$order->company_id)->address1); ?></b></center> </div> <div class="translate"> <table> <col width="50%"> <col width="50%"> <tr> <td><b>From - </b></td> <td><b> <?php echo e(getdealer($order->dealer_id)->name); ?> (<?php echo e($order->dealer_id); ?>) </b></td> </tr> <tr> <td><b><?php echo e(__('messages.To')); ?> </b></td> <td><b> <?php echo e(getretailer($order->retailer_id)->name); ?> </b></td> </tr> <tr> <?php if($order->order_from == 1): ?> <td><b>Rake </b></td> <td><b>Rake Point</b></td> <?php else: ?> <td><b><?php echo e(__('messages.Warehouse')); ?> </b></td> <td><b><?php echo e(getModelById('Warehouse',$order->from_warehouse_id)->name); ?></b></td> <?php endif; ?> </tr> <tr> <td><b>Product Name </b></td> <td><b><?php echo e(getModelById('Product',$order->product_id)->name); ?></b></td> </tr> <tr> <td><b><?php echo e(__('messages.company')); ?></b></td> <td><b><?php echo e(getModelById('ProductCompany',$order->product_company_id)->brand_name); ?></b></td> </tr> <tr> <td><b><?php echo e(__('messages.Quantity')); ?></b></td> <td><b><?php echo e($order->quantity); ?> <?php echo e(getModelById('Unit',$order->unit_id)->unit); ?></b></td> </tr> </table> <ul class="list-unstyled spaced"> <br clear="all"><br clear="all"> <li> <div class="col-sm-12"><span style="float: right; font-size: 16px;"> <?php echo e(getModelById('Company',$order->company_id)->name); ?></span><strong style="float: right; font-size: 16px;">For : </strong> </div> </li> </ul> </div> </div><!-- /.col --> </div><!-- /.row --> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!-- /.page-content --> </div> </div><!-- /.main-content --> <?php $__env->startSection('script'); ?> <?php echo e(Html::script("assets/js/jquery.dataTables.min.js")); ?> <?php echo e(Html::script("assets/js/jquery.dataTables.bootstrap.min.js")); ?> <?php echo e(Html::script("assets/js/dataTables.buttons.min.js")); ?> <?php echo e(Html::script("assets/js/buttons.flash.min.js")); ?> <?php echo e(Html::script("assets/js/buttons.html5.min.js")); ?> <?php echo e(Html::script("assets/js/buttons.print.min.js")); ?> <?php echo e(Html::script("assets/js/buttons.colVis.min.js")); ?> <?php echo e(Html::script("assets/js/dataTables.select.min.js")); ?> <?php echo e(Html::script("assets/js/ace-elements.min.js")); ?> <?php echo e(Html::script("assets/js/ace.min.js")); ?> </script> <?php $__env->stopSection(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('dashboard.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/sjslayjy/public_html/olddevlok/resources/views/dashboard/order/print-order-token.blade.php ENDPATH**/ ?>