WordPress

Coming Soon

revealability

File "c7301328326dcae82018e50f3063a6cdf8ec10a3.php"

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

 	
<?php $__env->startSection('title','Update 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">Update Centre agreement</h4>
                  
                  <form class="forms-sample" action="<?php echo e(route('Agreement.update', $fetch->id)); ?>" id="editagreementForm" method="post" enctype="multipart/form-data">
				            <?php echo csrf_field(); ?>
                    <div id="edit_agreement_description" class="edit_agreement_description"><?php echo $fetch->description?></div>
					
                    <input type="hidden" class="form-control" id="edit_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/edit_agreement.blade.php ENDPATH**/ ?>