D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
9a784ab6cb594e266018fb09bec70507588310a4.php
back
Copy
<?php $__env->startSection('styles'); ?> ##parent-placeholder-bf62280f159b1468fff0c96540f3989d41279669## <link type="text/css" rel="stylesheet" href="<?php echo e(asset('css/combodate.css')); ?>"> <link href="<?php echo e(asset('css/calendar.css')); ?>" rel="stylesheet"> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> ##parent-placeholder-16728d18790deb58b3b8c1df74f06e536b532695## <script src="<?php echo e(asset('public/js/main.js')); ?>"></script> <script src="<?php echo e(asset('public/js/datetime.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"> <a href="<?php echo e(asset('/price')); ?>"><?php echo e(trans('client.price.price edit')); ?></a> </li> <li role="presentation"> <a href="<?php echo e(asset('/order')); ?>"><?php echo e(trans('client.price.choose saloon')); ?></a> </li> --> <li role="presentation" class="active"> <a href="#"><?php echo e(trans('client.shchedule.choose shchedule')); ?></a> </li> </ul> <form action="<?php echo e(asset('order')); ?>" method="post" class="myform"> <?php echo csrf_field(); ?> <div class="col-md-6"> <?php if(isset($artist->id)): ?> <div class="works_artist"> <?php echo e(trans('client.shchedule.shchedule')); ?> <span><?php echo e((isset($artist))?$artist->name:''); ?></span></div> <?php endif; ?> <div class="calendar_obj"> <?php echo $calendar; ?> </div> <div class="colapt"> <div class="colapt-title"><?php echo e(trans('client.shchedule.comment')); ?></div> <textarea name="body" rows="5" placeholder="<?php echo e(trans('client.shchedule.descrip')); ?>" class="form-control mama-text"></textarea> </div> </div> <div class="col-md-2"> <div class="works" id="work_date"> </div> <div id="colo"> </div> </div> <div class="col-md-4"> <?php echo $__env->make('manager.includes.card', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div class="col-md-12"> <input type="hidden" name="days" id="hide_day" value="<?php echo e(date('d-m-Y')); ?>"/> <?php if(isset($artist->id)): ?> <input type="submit" name="send" disabled value="<?php echo e(trans('client.shchedule.payment')); ?>" class="btn btn-block btn-warning" id="checkout"> <?php else: ?> You can not place order because you did not choose artist. <a href="<?php echo e(asset('order')); ?>">Choose artist</a> <?php endif; ?> </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(); ?>