WordPress

Coming Soon

revealability

File "dc39679c33e633c665112d6fc06d4e571efd0bfc.php"

Full Path: /home/karnava/public_html/center.karnavati.in/storage/framework/views/dc39679c33e633c665112d6fc06d4e571efd0bfc.php
File size: 7.02 KB
MIME-type: text/html
Charset: utf-8

 	

<?php $__env->startSection('title','Application Form'); ?>

<?php $__env->startSection('main_container'); ?>

<!-- partial -->
<div class="main-panel">
        <div class="content-wrapper">
            <div class="page-header">
                <h3 class="page-title">
                Inspection
                </h3>
                <nav aria-label="breadcrumb">
                    <ol class="breadcrumb">
                    <li class="breadcrumb-item"><a href="#">Home</a></li>
                    <li class="breadcrumb-item active" aria-current="page">Inspection</li>
                    </ol>
                </nav>
            </div>
            <div class="row grid-margin">
                <div class="col-12">
                    <div class="card">
                        <div class="card-body">
                          <h4 class="card-title">All Messages</h4>
                            <div class="col-lg-12 grid-margin stretch-card">
                                <div class="card">
                                    <div class="card-body">
                                        <div class="row">
                                            <div class="col-4 border-right">
                                           
                                           
                                               <form action="<?php echo e(route('Inspection.store', $fetch->form_id)); ?>" method="post" enctype="mulripart/form-data">
                                                <?php echo csrf_field(); ?>
                                                    <input type="hidden" name="customer_id" value="<?php echo $fetch->customer_id ?>">
                                                    <input type="hidden" name="form_id" value="<?php echo $fetch->form_id ?>">
                                                    <div class="form-group">
                                                        <label for="exampleInputUsername1">Comment <span style="color:red">*</span></label>
                                                        <textarea type="text" class="form-control" name="msg" rows="4" value="<?php echo e(old('msg')); ?>" required></textarea>
                                                    </div>

                                                    <button type="submit" class="btn btn-primary" name="submit" value="Send">Send</button>
                                               </form>
                                            
                                            
                                            </div>
                                            <div class="col-8">
                                            
                                                <?php $__currentLoopData = $inspection; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $inspec): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                <?php if($inspec->msg !=''): ?>
                                                <div class="col-4 box arrow-left showhim" style="float:left;min-height: 75px;">
                                                    <div class="showme">You :</div>
                                                    <?php echo $inspec->msg ?>
                                                </div><br><br><br>
                                                <?php endif; ?>
                                                <?php if($inspec->reply !=''): ?>
                                                
                                                <div class="col-4 box arrow-right showhim" style="float:right;min-height: 75px;">
                                                    <div class="showme">Center :</div>
                                                    <?php echo $inspec->reply ?><br><br>
                                                    <button type="button" class="btn btn-sm btn-secondary btn-icon-text" style="color:#392C70;" data-toggle="collapse" data-target="#<?php echo $inspec->id?>"> Reply</button><br><br>
                                                        <div id="<?php echo $inspec->id?>" class="panel-collapse collapse bg-white">
                                                            <div class="container">
                                                                <form action="<?php echo e(route('Inspection.again_store', $inspec->id)); ?>" method="post">
                                                                <?php echo csrf_field(); ?>
                                                                <input type="hidden" class="form-control" id="exampleInputUsername1" name="form_id" value="<?php echo $inspec->form_id?>">
                                                                <input type="hidden" class="form-control" id="exampleInputUsername1" name="customer_id" value="<?php echo $inspec->customer_id?>">
                                                                <input type="hidden" class="form-control" id="exampleInputUsername1" name="parent_id" value="<?php echo $inspec->id?>">
                                                                    <div class="form-group">
                                                                    <label style="color:black;">Comment <span style="color:red">*</span></label>
                                                                    <input type="text" class="form-control" id="exampleInputUsername1" name="msg" value="<?php echo e(old('msg')); ?>" required>
                                                                   
                                                                    </div>
                                                                    
                                                                <button  class="btn-primary btn-xs" name="submit" value="Send">Submit</button>
                                                                </form>
                                                            </div>
                                                            <br>
                                                        </div>
                                                </div>
                                                <?php endif; ?>
                                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                           
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- content-wrapper ends -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('Admin.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\center\resources\views/Admin/inspection.blade.php ENDPATH**/ ?>