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/ea913fef80c2c64aace9e3dc2148792934228774.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>Academic Calender</h1>
        <nav>
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="<?php echo e(url('/')); ?>">Dashboard</a></li>
                <li class="breadcrumb-item active">Academic Calender</li>
            </ol>
        </nav>
    </div><!-- End Page Title -->

     <section class="section">
            <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#basicModal">Add Session</button>
          <div class="card">
            <div class="card-body">
              <!-- General Form Elements -->
            <form action="<?php echo e(url('admin/save-calender')); ?>" method="post" enctype="multipart/form-data">
                 <?php echo csrf_field(); ?>
                <input type="hidden" name="edit_id" value="<?php echo e(isset($calender) ? $calender->id : ''); ?>">
                
                <div class="row mb-4 mt-5">
                    <label for="inputText" class="col-sm-2 col-form-label">Title</label>
                    <div class="col-sm-10">
                        <input class="form-control" type="text" name="name" placeholder="" value="<?php echo e(isset($calender) ? $calender->name : ''); ?>">
                    </div>
                </div>
                
                <div class="row mb-4 mt-5">
                    <label for="inputText" class="col-sm-2 col-form-label">Month Title</label>
                    <div class="col-sm-10">
                        <input class="form-control" type="text" name="month_title" placeholder="April 2021" value="<?php echo e(isset($calender) ? $calender->month_title : ''); ?>">
                    </div>
                </div>
                
                <div class="row mb-4 mt-5">
                    <label for="inputText" class="col-sm-2 col-form-label">Date & Time</label>
                    <div class="col-sm-4">
                        <input class="form-control" type="date" name="date" placeholder="April 2021" value="<?php echo e(isset($calender) ? $calender->date : ''); ?>">
                    </div>
                    <div class="col-sm-6">
                        <input class="form-control" type="time" name="time" placeholder="11::30 AM" value="<?php echo e(isset($calender) ? $calender->time : ''); ?>">
                    </div>
                </div>
                
                <div class="row mb-4">
                    <label for="inputNumber" class="col-sm-2 col-form-label">Upload Image</label>
                    <div class="col-sm-10">
                        <input class="form-control" name="image" type="file" id="" >
                    </div>
                     <?php if(isset($calender)): ?>  
                        <img src="<?php echo e(asset('images/'.$calender->image)); ?>" style="height:100px;width:100px;">
                    <?php endif; ?>
                </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 -->
 <div class="modal fade" id="basicModal" tabindex="-1">
     <form action="<?php echo e(url('admin/save-year')); ?>" method="post" enctype="multipart/form-data">
                                 <?php echo csrf_field(); ?>
                <div class="modal-dialog">
                  <div class="modal-content">
                    <div class="modal-header">
                      <h5 class="modal-title">Session Year</h5>
                      <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                    </div>
                    <div class="modal-body">
                             
                                 <label>Session Year</label>
                                 <input tpe="text" class="form-control" placeholder="Enter Session Year" name="year">
                            
                 </div>
                    <div class="modal-footer">
                      <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
                      <button type="submit" class="btn btn-primary">Save</button>
                    </div>
                  </div>
                </div>
                 </form>
              </div><!-- End Basic Modal-->   
</body>

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

<?php /**PATH /home/p7j209y9k9vg/public_html/karnal-international/resources/views/admin/add_acedemic_calender.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit