WordPress

Coming Soon

revealability

File "30b7284969134cdf8b7788f8e80b743000c03bc7-20260311032235.php"

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

 	
<?php $__env->startSection('title','Visitor Schedule'); ?>
<?php $__env->startSection('main_container'); ?>
      <!-- partial -->
      <div class="main-panel">
        <div class="content-wrapper">
          <div class="page-header">
            <h3 class="page-title">
              
            </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">Visitor's Schedule</li>
              </ol>
            </nav>
          </div>
          
          <div class="row grid-margin">
            <div class="col-12">
              <div class="card">
                <div class="card-body">
                  <h4 class="card-title">View List of Visitor's are coming to visit your center   </h4>
                  
                 <div class="col-lg-12 grid-margin stretch-card">
                    <div class="card">
                      <div class="card-body">
                        
                        <div class="table-responsive">
                          <table class="table table-striped">
                            <thead>
                              <tr>
                                <th>No.</th>
                                <th>Name Of Director</th>
                                <th>Visitor's Name</th>
                                <th>Visiting Day</th>
                                <th>Purpose Of Visiting</th>
                               
                                
                              </tr>
                            </thead>
                            <tbody>
                                  <?php if(!$visitor_arr ->isEmpty()): ?>
                                      <?php $__currentLoopData = $visitor_arr; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <tr>
                                  <th scope="row"><?php echo $data->id?></th>
                                  <td><?php echo $data->name_director?></td>
                                  <td><?php echo $data->visitor_name?></td>
                                  <td><?php echo $data->visiting_day?></td>
                                  <td><?php echo $data->purpose?></td>
                                  
                                  
                                  </tr>
                                  <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>  
                                  <?php else: ?>
                                    <p class="text-danger mt-2" style="padding-left:450px;">No Data Available</p>
                                  <?php endif; ?>
                                          
                              
                            </tbody>
                          </table>
                
                        </div>
                      </div>
                    </div>
			            </div>
                </div>
				      </div>
            </div>
          </div>
            
        </div>
          
        <!-- content-wrapper ends -->
       <?php $__env->stopSection(); ?>
<?php echo $__env->make('User.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/iimtstudiesco/public_html/center/resources/views/User/show_visitorlist.blade.php ENDPATH**/ ?>