관리-도구
편집 파일: 97996ef709c24508feb83db14ec71cf2f0393cfb.php
<?php $__env->startSection('content'); ?><!-- Page Content --> <div id="page-content-wrapper"> <div class="all-page-bar"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <div class="title title-1 text-center"> <div class="much"> <img src="uploads/mustache.png" alt=""/> </div> <div class="title--heading"> <h1>Service Details</h1> </div> <div class="clearfix"></div> <ol class="breadcrumb"> <li><a href="<?php echo e(route('home')); ?>">Home</a>></li> <li><a href="<?php echo e(route('service')); ?>">service</a></li> <li class="active">detail</li> </ol> </div> <!-- .title end --> </div> </div> </div> </div><!-- end all-page-bar --> <div class="section wb"> <div class="container"> <div class="row align-items-center"> <div class="col-md-6 text-center"> <div class="right-box"> <img class="img-fluid" src="<?php echo e(asset('/storage/images/haircare.jpg')); ?>" alt="" /> </div> </div><!-- end col --> <div class="col-md-6 text-left"> <div class=""> <h2>HAIR CARE</h2> <p class="lead text-justify" >Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,</p> </div><!-- end messagebox --> </div><!-- end col --> </div><!-- end row --> </div><!-- end container --> </div><!-- end section --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH F:\laravel\Chamayam\chamayam\resources\views/sevicedetail.blade.php ENDPATH**/ ?>