WordPress

Coming Soon

revealability

File "fff941412ee5e16bcf513b073119099871d3e875.php"

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

 	
<?php $__env->startSection('title','Edit Organization'); ?>
<?php $__env->startSection('main_container'); ?>

            <!--== BODY INNER CONTAINER ==-->
            <div class="sb2-2">
                <!--== breadcrumbs ==-->
                <div class="sb2-2-2">
                    <ul>
                        <li><a href="index-2"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
                        </li>
                        <li class="active-bre"><a href="#"> Update Document</a>
                        </li>
                        
                    </ul>
                </div>

                <!--== User Details ==-->
                <div class="sb2-2-3">
                    <div class="row">
                        <div class="col-md-12">
                            <div class="box-inn-sp admin-form">
				<div class="sb2-2-add-blog sb2-2-1">
                    <h2>Update Your Organization Information</h2>
                    <p><?php if(session()->has('success')): ?>
							<i class="alert alert-success"><?php echo e(session('success')); ?></i>
						<?php endif; ?></p>

                    <ul class="nav nav-tabs tab-list">
                        <li class="active"><a data-toggle="tab" href="#home" aria-expanded="true"><i class="fa fa-info" aria-hidden="true"></i> <span>Organization</span></a>
                        </li>
                        
                    </ul>

                    <div class="tab-content">
                        <div id="home" class="tab-pane fade active in">
                            <div class="box-inn-sp">
                                <div class="inn-title">
                                    <h4>Organization Information</h4>
                                    
                                </div>
                                <div class="bor">
                                    <form action="<?php echo e(url('/edit_organization/'.$fetch->id)); ?>" method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
                                        <div class="row">
                                            <div class="input-field col s12">
                                                <p>Name of Director / Chairman of the Organization  <span style="color:red">*</span></p> 
                                                <input id="list-title" type="text" class="validate" placeholder="" name="name_director" value="<?php echo $fetch->name_director ?>">
                                                <?php if($errors->has('name_director')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('name_director')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s12">
                                                <p>Nature of Organization (Pvt Ltd./Public Ltd/ Partnership Firm)  <span style="color:red">*</span></p>
                                                <input id="list-name" type="text" class="validate" placeholder="" name="nature_organization" value="<?php echo $fetch->nature_organization ?>">
                                                <?php if($errors->has('nature_organization')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('nature_organization')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s12">
                                                <p>Website Address  <span style="color:red">*</span></p>
                                                <input id="list-name" type="text" class="validate" placeholder="" name="website_address" value="<?php echo $fetch->website_address ?>">
                                                <?php if($errors->has('website_address')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('website_address')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s12">
                                                <p>Date of Establishment of Organization  <span style="color:red">*</span></p>
                                                <input id="list-name" type="date" class="validate" placeholder="" name="establishment_date" value="<?php echo $fetch->establishment_date ?>">
                                                <?php if($errors->has('establishment_date')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('establishment_date')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s12">
                                                <p>Total no. of Employees as on Date of Application  <span style="color:red">*</span></p>
                                                <input id="list-name" type="tel" class="validate" placeholder="" name="total_employees" value="<?php echo $fetch->total_employees ?>">
                                                <?php if($errors->has('total_employees')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('total_employees')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                        </div>
                                        <div class="row">
                                            <div class="input-field col s12">
                                                <p>Details of Current Business Activities of The Organization  <span style="color:red">*</span></p>
                                                <textarea class="materialize-textarea" name="current_business_detail"><?php echo $fetch->current_business_detail ?></textarea>
                                                <?php if($errors->has('current_business_detail')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('current_business_detail')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s12">
                                                <p>Legal Registration Details of Organization  <span style="color:red">*</span></p>
                                                <textarea class="materialize-textarea" name="legal_registration_detail"><?php echo $fetch->legal_registration_detail ?></textarea>
                                                <?php if($errors->has('legal_registration_detail')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('legal_registration_detail')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                        </div>
                                            
                                        <div class="row">
                                            <div class="input-field col s12">
                                                <i class="waves-effect waves-light btn-large waves-input-wrapper" style=""><input type="submit" class="waves-button-input" value="Submit"></i>
                                            </div>
                                        </div>
                                    </form>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

        </div>
    </div>
    <?php $__env->stopSection(); ?>
<?php echo $__env->make('User.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\iimtlms\resources\views/User/edit_organization.blade.php ENDPATH**/ ?>