D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
2d861df91c65f0c19ed516ab822cd1dfc3f6f30c.php
back
Copy
<?php $__env->startSection('styles'); ?> ##parent-placeholder-bf62280f159b1468fff0c96540f3989d41279669## <link rel="stylesheet" type="text/css" href="<?php echo e(asset('combodate.css')); ?>"/> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> ##parent-placeholder-16728d18790deb58b3b8c1df74f06e536b532695## <script type="text/javascript" src="<?php echo e(asset('public/js/moment.min.js')); ?>"></script> <!-- Include Date Range Picker --> <script type="text/javascript" src="<?php echo e(asset('public/js/combodate.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('public/js/main.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container"> <div class="row"> <div class="col-md-12 bodycon"> <div class="panel-body main_body"> <div class="main_page"> <ul role="tablist" class="nav nav-tabs"> <li role="presentation"> <a href="/"><?php echo e(trans('client.main.tattoo calculator')); ?></a> </li> <li role="presentation" class="active"> <a href="#"><?php echo e(trans('client.price.price edit')); ?></a> </li> </ul> <div class="col-md-12"> <div id="styles"></div> </div> <form class="tab-content index" action="<?php echo e(asset('order')); ?>" method="get"> <?php echo csrf_field(); ?> <div class="col-md-4"> <div class="form-group"> <label for="exampleInputEmail1"><?php echo e(trans('client.price.category of style')); ?></label> <?php echo $__env->make('includes.catalogs', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> <div class="col-md-4"> <div class="form-group"> <label for="exampleInputEmail1"><?php echo e(trans('client.price.width')); ?></label> <select class="form-control" id="width" name="width"> <?php for($i=1; $i<51; $i++): ?> <? $a = $i; ?> <option id="w<?php echo e($i); ?>" value="<?php echo e($a); ?>" <?php echo e(($a==(int)$width_c) ? 'selected' : ''); ?>><?php echo e($a); ?></option> <?php endfor; ?> </select> </div> </div> <div class="col-md-4"> <div class="form-group disable"> <label for="exampleInputEmail1"><?php echo e(trans('client.price.height')); ?> </label> <input type="text" class="form-control" id="height_b" value="<?php echo e((int)$height_c); ?>" disabled/> <input type="hidden" name="height" id="height" value="<?php echo e((int)$height_c); ?>"/> </div> </div> <div class="col-md-12"> <div class="int"><?php echo e(trans('client.price.width')); ?>: <b data_real="<?php echo e((int)$width_c); ?>" id="width_out"><?php echo e((int)$width_c); ?></b> cm <br/> <?php echo e(trans('client.price.height')); ?>: <b data_real="<?php echo e((int)$height_c); ?>" id="height_out"><?php echo e((int)$height_c); ?></b> cm <br/> <?php echo e(trans('client.price.size')); ?>: <b id="size_out"><?php echo e((int)((int)$height_c*(int)$width_c)); ?></b> cm<sup>2</sup> <br/> <?php if(isset($h)): ?> <?php echo e(trans('client.shchedule.time of work')); ?>: <b id="works_hours"><?php echo e($h); ?></b> h <br /> <?php endif; ?> </div> </div> <div class="mam_name2"> <?php echo e(trans('client.price.total sum')); ?>: <b id="sum"> <?php echo e($sum); ?> </b> € </div> <div class="col-md-12"> <p align="center"> <?php if(isset($picture)): ?> <img src="<?php echo e(($picture->picture)?$picture->picture:'uploader/1502341206-realism.jpg'); ?>" width="<?php echo e($width_c*38); ?>" height="<?php echo e($height_c*38); ?>" id="pic"/> <?php endif; ?> </p> </div> <div class="col-md-12 sends"> <input type="submit" name="send" value="<?php echo e(trans('client.price.order')); ?>" class="btn btn-block btn-warning"> </div> <div class="col-md-4"> <a href="<?php echo e(asset('tattooprint?width='.(int)$width_c.'&height='.(int)$height_c)); ?>" id="print" target="_blank" class="btn btn-primary btn-block"><?php echo e(trans('client.price.print')); ?> </a> </div> <div class="col-md-4"> <a href="<?php echo e(asset('/change')); ?>" id="change" class="btn btn-primary btn-block"><?php echo e(trans('client.price.change')); ?></a> </div> <div class="col-md-4"> <a href="<?php echo e(asset('/cookieclear')); ?>" id="clear" class="btn btn-primary btn-block"><?php echo e(trans('client.price.clear')); ?></a> </div> </form> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>