D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
9b994e07ed096ccd18051a2594f42c4bd5c944ef.php
back
Copy
<div class="text"> <h3 class="light"> <?php echo e(trans('client.services.your appointment in one click')); ?> </h3> <br style="clear: both;"> </div> <form method="get" action="<?php echo e(asset('service/calculate')); ?>"> <div class="col-md-2"> <div class="form-group"> <label for="service_select"><?php echo e(trans('client.services.service')); ?></label> <select name="service_id" id="service_select" class="form-control" required> <option selected value=""><?php echo e(trans('client.services.all services')); ?></option> <option value="1"><?php echo e(trans('client.services.tattoo')); ?></option> <option value="2"><?php echo e(trans('client.services.piercing')); ?></option> <option value="3"><?php echo e(trans('client.services.permanent makeup')); ?></option> </select> </div> </div> <div class="col-md-2"> <div class="form-group"> <label for="postalcode"><?php echo e(trans('client.tattoo.code_postal_or_city')); ?></label> <select id="data_cities_s" class="form-control data_cities"> </select> </div> </div> <div class="col-md-2"> <div class="form-group"> <div> <?php echo $__env->make('templates.saloon_select', array('saloons' => $saloons,'saloon_no'=>1), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> </div> <div class="col-md-2"> <div class="form-group"> <?php echo $__env->make('templates.artist_select', array('artists' => $artists, 'artist_no'=>1), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> <div class="col-md-4"> <label for="price_button"><?php echo e(trans('client.services.get price')); ?></label> <button type="submit" id="price_button" class="btn btn-default btn-block btn-warning" name="price_button"> <?php echo e(trans('client.services.calculate')); ?> </button> <a href="#" class="btn btn-default btn-block btn-danger" id="service_order">Order</a> </div> </form>