WordPress

Coming Soon

revealability

File "8ead86d491185350a90c1acea3e00ed1f94b0928-20260311070528.php"

Full Path: /home/karnava/public_html/center.karnavati.in/storage/framework/views/8ead86d491185350a90c1acea3e00ed1f94b0928-20260311070528.php
File size: 3.5 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($current_user->profile_img)

                          {

                      ?>

                      <img src="<?php echo e(asset('public/Admin/upload/admin/'.$current_user->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 

                            </span>

                            <span class="float-right text-muted">

                              <?php echo $current_user->name?>

                            </span>

                          </p>

                          <p class="clearfix">

                            <span class="float-left">

                              Username

                            </span>

                            <span class="float-right text-muted">

                              <?php echo $current_user->username ?>

                            </span>

                          </p>

                          <p class="clearfix">

                            <span class="float-left">

                              Mail

                            </span>

                            <span class="float-right text-muted">

                              <?php echo $current_user->email ?>

                            </span>

                          </p>

                        </div>

                      <a href="<?php echo e(route('profile.view', $current_user->id)); ?>" class="btn btn-primary center">Edit</a>

                      <!-- <button type="submit" value="Send" href="" class="btn btn-primary center">Edit</button> -->

                    </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 /home/karnava/public_html/center.karnavati.in/resources/views/Admin/admin_myaccount.blade.php ENDPATH**/ ?>