D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
81c990b17bc774310f97b5678081302332242f00.php
back
Copy
<div class="card"> <?php if(isset($saloon_id)): ?> <div class="works"> <a href="<?php echo e(asset('saloon/'.$saloon_id)); ?>" target="_blank"> <?php echo e((isset($saloon_obj))?$saloon_obj->name:''); ?> </a> </div> <?php endif; ?> <?php if(isset($artist->id)): ?> <div class="works"><?php echo e(trans('client.artists.artist')); ?>: <a href="<?php echo e(asset('artist/'.$artist->id)); ?>" target="_blank"> <?php echo e((isset($artist))?$artist->name:''); ?> </a> </div> <?php endif; ?> <?php if(isset($catalog)): ?> <div class="works"><?php echo e(trans('client.price.category of style')); ?>: <a href="<?php echo e(asset('category/'.$catalog->id)); ?>" target="_blank"> <?php echo e((isset($catalog))?trans('client.menu_gallery.'.$catalog->name):''); ?> </a> </div> <?php else: ?> <?php if(isset($catalogs)): ?> <?php echo $__env->make('includes.catalogs', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <?php endif; ?> <?php if(isset($service_id)): ?> <?php if($service_id > 0): ?> <div class="works">Service: <?php echo e($service_id); ?></div> <?php endif; ?> <?php endif; ?> <?php if(isset($width)): ?> <div class="works"><?php echo e(trans('client.price.width')); ?>: <b><?php echo e($width); ?></b> cm</div> <input type="hidden" id="width" value="<?php echo e($width); ?>"> <?php endif; ?> <?php if(isset($height)): ?> <div class="works"><?php echo e(trans('client.price.size')); ?>: <b id="size_out"><?php echo e($height*$width); ?></b> cm<sup>2</sup></div> <input type="hidden" id="height" value="<?php echo e($height); ?>"> <?php endif; ?> <?php if(isset($h)): ?> <div class="works"><?php echo e(trans('client.shchedule.time of work')); ?>: <b id="works_hours"><?php echo e($h); ?></b> h</div> <?php endif; ?> <?php if(isset($pr)): ?> <div class="works"><?php echo e(trans('client.price.price')); ?>: <b id="sum"><?php echo e($pr); ?></b> €</div> <?php endif; ?> <?php if(isset($picture)): ?> <div class="works"> <a href="<?php echo e(asset($picture->picture)); ?>" target="_blank"> <img src="<?php echo e(asset($picture->picture)); ?>" width="100%"/> </a> </div> <?php endif; ?> <br style="clear:both"/> </div> <br style="clear:both"/>