WordPress

Coming Soon

revealability

File "fa64f8157909fbc52636ae51f061bfe5792943bc.php"

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

 	
<?php $__env->startSection('title','Profile'); ?>
<?php $__env->startSection('main_container'); ?>
      <!-- partial -->
      <div class="main-panel">
        <div class="content-wrapper">
          <div class="page-header">
            <h3 class="page-title">
              Profile
            </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">Profile</li>
              </ol>
            </nav>
          </div>
          <div class="row">
            <div class="col-12">
              <div class="card">
                <div class="card-body">
                  <div class="row">
                    <div class="col-lg-4">
                      <div class="border-bottom text-center pb-4">
                      <?php 
                          if($fetch->profile_img)
                          {
                      ?>
                      <img src="<?php echo e(asset('public/User/upload/User/'.$fetch->profile_img)); ?>" alt="profile" class="img-lg rounded-circle mb-3">
                      <?php
                        }
                      else{
                      ?>
                        <img src="<?php echo e(url('public/Admin/images/user.png')); ?>" alt="profile" class="img-lg rounded-circle mb-3"/>
                      <?php 
                        }
                      ?>
                      </div>
                       <div class="py-4">
                          <p class="clearfix">
                            <span class="float-left">
                              Name Of Applicant
                            </span>
                            <span class="float-right text-muted">
                              <?php echo $fetch->name_applicant?>
                            </span>
                          </p>
                          <p class="clearfix">
                            <span class="float-left">
                              Phone
                            </span>
                            <span class="float-right text-muted">
                              <?php echo $fetch->phone?>
                            </span>
                          </p>
                          <p class="clearfix">
                            <span class="float-left">
                              Mail
                            </span>
                            <span class="float-right text-muted">
                              <?php echo $fetch->email?>
                            </span>
                          </p>
                        </div>
                      <a href="<?php echo e(url('edit_account/'.$fetch->id)); ?>" class="btn btn-primary center">Edit</a>
                      <!-- <button type="submit" value="Send" href="" class="btn btn-primary center">Edit</button> -->
                    </div>
                    
                    <div class="col-lg-8 pl-lg-5">
                      
                      <div class="mt-4 py-2 border-top border-bottom">
                        <ul class="nav profile-navbar">
                          <li class="nav-item">
                            <a class="nav-link active" type="button" href="#" id = "tabs1" onclick = "showTab(1,2)">
                              <i class="fa fa-building"></i>
                              Address
                            </a>
                          </li>
                          <!-- <li class="nav-item">
                            <a class="nav-link" type="button" href="#"  id = "tabs2" onclick = "showTab(2,2)">
                              <i class="fas fa-user"></i>
                              Staff
                            </a>
                          </li> -->
                         
                        </ul>
                      </div>
                      <div class="profile-feed" id ="tabs-1">
                        <div class="d-flex align-items-start profile-feed-item">
                          <!-- <img src="../../images/faces/face13.jpg" alt="profile" class="img-sm rounded-circle"/> -->
                            <h6>
                             Office Address :
                            </h6><br>
                            <?php $__currentLoopData = $address; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $address): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                              <div class="ml-4">
                                <p>
                                <?php echo $address->office_address?>
                                </p>
                              </div>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </div>
                      </div>
                      <div class="profile-feed" id="tabs-2" style="display: none">
                        <div class="d-flex align-items-start profile-feed-item">
                          <!-- <img src="../../images/faces/face13.jpg" alt="profile" class="img-sm rounded-circle"/> -->
                            <h6>
                              staff
                              <small class="ml-4 text-muted"><i class="far fa-clock mr-1"></i>10 hours</small>
                            </h6>
                          <div class="ml-4">
                            <p>
                              There is no better advertisement campaign that is low cost and also successful at the same time.
                            </p>
                            <p class="small text-muted mt-2 mb-0">
                              <span>
                                <i class="fa fa-star mr-1"></i>4
                              </span>
                              <span class="ml-2">
                                <i class="fa fa-comment mr-1"></i>11
                              </span>
                              <span class="ml-2">
                                <i class="fa fa-mail-reply"></i>
                              </span>
                            </p>
                          </div>
                        </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/profile.blade.php ENDPATH**/ ?>