WordPress

Coming Soon

revealability

File "7ec4b2d552689cb59723024559480e0863076299-20260311032458.php"

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

 	
<?php $__env->startSection('title','Aggrement'); ?>
<?php $__env->startSection('main_container'); ?>
      <!-- partial -->
      <div class="main-panel">        
        <div class="content-wrapper">
          <div class="page-header">
            <h3 class="page-title">
            Centre agreement
            </h3>
            <nav aria-label="breadcrumb">
                <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="#">Dashboard</a></li>
                <li class="breadcrumb-item active" aria-current="page"> Centre agreement</li>
                </ol>
            </nav>
          </div>
          <div class="row">
            <div class="col-md-10 grid-margin stretch-card">
              <div class="card">
                <div class="card-body">
                  <h4 class="card-title">Add Centre agreement</h4>
                  
                  <form class="forms-sample" action="<?php echo e(route('Agreement.store')); ?>" id="agreementForm" method="post" enctype="multipart/form-data">
				            <?php echo csrf_field(); ?>
                    <div id="agreement_description" class="agreement_description"></div>
					
                    <input type="hidden" class="form-control" id="agreement_desc" name="description"><br>
                    <?php if($errors->has('description')): ?>	
                      <span class="text-danger" ><?php echo e(($errors->first('description'))); ?></span>
                      <?php endif; ?>
                    <button type="submit" class="btn btn-primary mr-2" name="submit" value="Send">Submit</button>
                  </form>
                  
                </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/iimtstudiesco/public_html/center/resources/views/Admin/agreement.blade.php ENDPATH**/ ?>