WordPress

Coming Soon

revealability

File "faadbdbec3702fada35291024cc2150155c7d52e.php"

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

 	
<?php $__env->startSection('title','Add Document'); ?>
<?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="#"> Add 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>
                        <li class=""><a data-toggle="tab" href="#menu1" aria-expanded="false"><i class="fa fa-info" aria-hidden="true"></i> <span>Establishment</span></a>
                        </li>
                        <li class=""><a data-toggle="tab" href="#menu2" aria-expanded="false"><i class="fa fa-info" aria-hidden="true"></i> <span>Financial</span></a>
                        </li>
                        <li class=""><a data-toggle="tab" href="#menu3" aria-expanded="false"><i class="fa fa-info" aria-hidden="true"></i> <span>Statutory Compliance</span></a>
                        </li>
                        <li class=""><a data-toggle="tab" href="#menu4" aria-expanded="false"><i class="fa fa-info" aria-hidden="true"></i> <span>Other Resource</span></a>
                        </li>
                        <li class=""><a data-toggle="tab" href="#menu5" aria-expanded="false"><i class="fa fa-info" aria-hidden="true"></i> <span>Staff</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('/add_organization')); ?>" 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 $organization->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 $organization->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 $organization->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 $organization->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 $organization->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 $organization->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 $organization->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 id="menu1" class="tab-pane fade">
                            <div class="inn-title">
                                <h4>Establishment Information</h4>
                            </div>
                            <div class="bor ad-cou-deta-h4">
                                <form action="<?php echo e(url('/add_establishment')); ?>" method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
										
                                        <div class="row">
                                            <div class="input-field col s12">
                                                <p>Head Office / Admin. address  <span style="color:red">*</span></p>
                                                <textarea class="materialize-textarea" name="office_address"><?php echo $establishment->office_address ?></textarea>
                                                <?php if($errors->has('office_address')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('office_address')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                        </div> 
										<div class="row">
                                            <div class="input-field col s12">
                                                <p>Details of other branch locations  <span style="color:red">*</span></p>
                                                <textarea class="materialize-textarea" name="other_branch_location"><?php echo $establishment->other_branch_location ?></textarea>
                                                <?php if($errors->has('other_branch_location')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('other_branch_location')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                        </div>	
										
                                        <div class="row">
                                            <div class="input-field col s3">
                                                <p>Type of Service Provided  <span style="color:red">*</span></p>
												<input type="text" class="validate" name="types_of_service" value="<?php echo $establishment->types_of_service_1 ?>">
                                                <?php if($errors->has('types_of_service')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('types_of_service')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s3">
                                                <p>Service Details  <span style="color:red">*</span></p>
												<input type="text" class="validate" name="service_details" value="<?php echo $establishment->service_details_1 ?>">
                                                <?php if($errors->has('service_details')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('service_details')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s3">
                                                <p>Product Details  <span style="color:red">*</span></p>
												<input type="text" class="validate" name="product_details" value="<?php echo $establishment->product_details_1 ?>">
                                                <?php if($errors->has('product_details')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('product_details')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s3">
                                                <p>Client Data  <span style="color:red">*</span></p>
												<input type="text" class="validate" name="client_data" value="<?php echo $establishment->client_data_1 ?>">
                                                <?php if($errors->has('client_data')): ?>
                                                    <span class="text-danger"><?php echo e($errors->first('client_data')); ?></span>
                                                <?php endif; ?>
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="types_of_service_2" value="<?php echo $establishment->types_of_service_2 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="service_details_2" value="<?php echo $establishment->service_details_2 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="product_details_2" value="<?php echo $establishment->product_details_2 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="client_data_2" value="<?php echo $establishment->client_data_2 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="types_of_service_3" value="<?php echo $establishment->types_of_service_3 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="service_details_3" value="<?php echo $establishment->service_details_3 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="product_details_3" value="<?php echo $establishment->product_details_3 ?>">
                                            </div>
                                            <div class="input-field col s3">
                                                <input type="text" class="validate" name="client_data_3" value="<?php echo $establishment->client_data_3 ?>">
                                            </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 id="menu2" class="tab-pane fade">
                            <div class="inn-title">
                                <h4>Financial Resource Data of last 3 years (in INR Lac)</h4>
                            </div>
                            <div class="bor">
                                <form action="<?php echo e(url('/add_financial')); ?>" method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
                                    <div class="row">
                                        <div class="input-field col s4">
                                            <p>Year  <span style="color:red">*</span></p>
                                            <input type="text" class="validate" name="year_1" value="<?php echo $financial->year_1 ?>">
                                            <?php if($errors->has('year_1')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('year_1')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Revenue Earned  <span style="color:red">*</span></p>
                                            <input type="text" class="validate" name="revenue_1" value="<?php echo $financial->revenue_1 ?>">
                                            <?php if($errors->has('revenue_1')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('revenue_1')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Gross Profit  <span style="color:red">*</span></p>
                                            <input type="text" class="validate" name="gross_1" value="<?php echo $financial->gross_1 ?>">
                                            <?php if($errors->has('gross_1')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('gross_1')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Net Profit / Loss  <span style="color:red">*</span></p>
                                            <input type="text" class="validate" name="net_profit_1" value="<?php echo $financial->net_profit_1 ?>">
                                            <?php if($errors->has('net_profit_1')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('net_profit_1')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Remarks if any  </p>
                                            <input type="text" class="validate" name="remarks_1" value="<?php echo $financial->remarks_1 ?>">
                                        </div>
                                        <div class="input-field col s4">
                                            <input type="text" class="validate" name="year_2" value="<?php echo $financial->year_2 ?>">
                                            <?php if($errors->has('year_2')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('year_2')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="revenue_2" value="<?php echo $financial->revenue_2 ?>">
                                            <?php if($errors->has('revenue_2')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('revenue_2')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="gross_2" value="<?php echo $financial->gross_2 ?>">
                                            <?php if($errors->has('gross_2')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('gross_2')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="net_profit_2" value="<?php echo $financial->net_profit_2 ?>">
                                            <?php if($errors->has('net_profit_2')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('net_profit_2')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="remarks_2" value="<?php echo $financial->remarks_2 ?>">
                                        </div>
                                        <div class="input-field col s4">
                                            <input type="text" class="validate" name="year_3" value="<?php echo $financial->year_3 ?>">
                                            <?php if($errors->has('year_3')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('year_3')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="revenue_3" value="<?php echo $financial->revenue_3 ?>">
                                            <?php if($errors->has('revenue_3')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('revenue_3')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="gross_3" value="<?php echo $financial->gross_3 ?>">
                                            <?php if($errors->has('gross_3')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('gross_3')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="net_profit_3" value="<?php echo $financial->net_profit_3 ?>">
                                            <?php if($errors->has('net_profit_3')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('net_profit_3')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input type="text" class="validate" name="remarks_3" value="<?php echo $financial->remarks_3 ?>">
                                        </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="Upload"></i>
                                        </div>
                                    </div>

                                </form>
                            </div>
                        </div>
                        <div id="menu3" class="tab-pane fade">
                            <div class="inn-title">
                                <h4>Statutory Compliance </h4>
                            </div>
                            <div class="bor ad-cou-deta-h4">
                                <form action="<?php echo e(url('/add_statutory')); ?>" method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
									
									<div class="row">
                                        <div class="input-field col s7">
                                            <p>Statutory Compliance Declaration  </p>
                                            <input type="text" class="validate" value="Are your financial records audited by independent auditor for last 3 years?" readonly>
                                        </div>
										<div class="input-field col s2">
                                            <p>Yes/No  <span style="color:red">*</span></p>
                                            <select name="financial_rescords_confirmation">
                                                <?php
                                                    $q1_confirmation=$statutory->q1_confirmation;
                                                    if($q1_confirmation=="Yes")
                                                    {
                                                ?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" selected>Yes</option>
									            <option value="No">No</option>
                                                <?php
														}
													else
														{
												?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" >Yes</option>
									            <option value="No" selected>No</option>
                                                <?php
														}
												?>
                                            </select>
                                            <?php if($errors->has('financial_rescords_confirmation')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('financial_rescords_confirmation')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s3">
                                            <p>Please give justification  <span style="color:red">*</span></p>
                                            <input type="text" class="validate" name="financial_records_justification" value="<?php echo $statutory->q1_justification ?>" >
                                            <?php if($errors->has('financial_records_justification')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('financial_records_justification')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                    <div class="row">
                                        <div class="input-field col s7">
                                            <input type="text" class="validate" value="Are there any adverse remarks by auditors in the 3 year’s P &amp; L Accounts?" readonly>
                                        </div>
                                        <div class="input-field col s2">
                                            <select name="adverse_remarks_confirmation">
                                                <?php
                                                    $q2_confirmation=$statutory->q2_confirmation;
                                                    if($q2_confirmation=="Yes")
                                                    {
                                                ?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" selected>Yes</option>
									            <option value="No">No</option>
                                                <?php
														}
													else
														{
												?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" >Yes</option>
									            <option value="No" selected>No</option>
                                                <?php
														}
												?>
                                            </select>
                                            <?php if($errors->has('adverse_remarks_confirmation')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('adverse_remarks_confirmation')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s3">
                                            <input type="text" class="validate" name="adverse_remarks_justification" value="<?php echo $statutory->q2_justification ?>">
                                            <?php if($errors->has('adverse_remarks_justification')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('adverse_remarks_justification')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                    <div class="row">
                                        <div class="input-field col s5">
                                            <textarea class="materialize-textarea" >Has your organization / directors received any notice regarding any non-compliance under any applicable law in the last 3 Years?</textarea>
                                        </div>
                                        <div class="input-field col s2">
                                            <select name="q3_not_applicable">
                                                <?php
                                                    $q3_not_applicable=$statutory->q3_not_applicable;
                                                    if($q3_not_applicable=="No")
                                                    {
                                                ?>
                                                <option value="" disabled >Select N/A </option>
									            <option value="No" selected>N/A</option>
                                                <?php
                                                    }
                                                    else
                                                    {
                                                ?>
                                                <option value="" disabled selected>Select N/A </option>
									            <option value="No" >N/A</option>
                                                <?php
                                                    }
                                                ?>
									        </select>
                                        </div>
                                        <div class="input-field col s2">
                                            <select name="notice_confirmation">
                                                <?php
                                                    $q3_confirmation=$statutory->q3_confirmation;
                                                    if($q3_confirmation=="Yes")
                                                    {
                                                ?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" selected>Yes</option>
									            <option value="No">No</option>
                                                <?php
														}
													else
														{
												?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" >Yes</option>
									            <option value="No" selected>No</option>
                                                <?php
														}
												?>
                                            </select>
                                            <?php if($errors->has('notice_confirmation')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('notice_confirmation')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s3">
                                           <input type="text" class="validate" name="notice_justification" value="<?php echo $statutory->q3_justification ?>" >
                                            <?php if($errors->has('notice_justification')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('notice_justification')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                    <div class="row">
                                        <div class="input-field col s5">
                                            <textarea class="materialize-textarea" >Has your organization/directors been prosecuted under any law in the last 3 financial years?</textarea>
                                        </div>
                                        <div class="input-field col s2">
                                            <select name="q4_not_applicable">
                                                <?php
                                                    $q4_not_applicable=$statutory->q4_not_applicable;
                                                    if($q4_not_applicable=="No")
                                                    {
                                                ?>
                                                <option value="" disabled >Select N/A </option>
									            <option value="No" selected>N/A</option>
                                                <?php
                                                    }
                                                    else
                                                    {
                                                ?>
                                                <option value="" disabled selected>Select N/A </option>
									            <option value="No" >N/A</option>
                                                <?php
                                                    }
                                                ?>
									        </select>
                                        </div>
                                        <div class="input-field col s2">
                                            <select name="prosecuted_confirmation">
                                                <?php
                                                    $q4_confirmation=$statutory->q4_confirmation;
                                                    if($q4_confirmation=="Yes")
                                                    {
                                                ?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" selected>Yes</option>
									            <option value="No">No</option>
                                                <?php
														}
													else
														{
												?>
                                                <option value="" disabled selected>Select </option>
                                                <option value="Yes" >Yes</option>
									            <option value="No" selected>No</option>
                                                <?php
														}
												?>
                                            </select>
                                            <?php if($errors->has('prosecuted_confirmation')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('prosecuted_confirmation')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s3">
                                           <input type="text" class="validate" name="prosecuted_justification" value="<?php echo $statutory->q4_justification ?>">
                                            <?php if($errors->has('prosecuted_justification')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('prosecuted_justification')); ?></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 id="menu4" class="tab-pane fade">
                            <div class="inn-title">
                                <h4>Other Resources</h4>
                            </div>
                            <div class="bor">
                                <form action="<?php echo e(url('/add_other_resource')); ?>" method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
                                    <div class="row">
                                        <div class="input-field col s4" style="padding-top:57px;">
                                            
                                            <input id="t5-n1" type="text" class="validate"  value="Head Office – Corporate Office" readonly>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Status (Leased/Owned) <span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="head_status" value="<?php echo $resource->head_status ?>">
                                            <?php if($errors->has('head_status')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('head_status')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Carpet area of Office <span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="head_area" value="<?php echo $resource->head_area ?>">
                                            <?php if($errors->has('head_area')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('head_area')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <p>Infrastructure in office <span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="head_infrastructure" value="<?php echo $resource->head_infrastructure ?>">
                                            <?php if($errors->has('head_infrastructure')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('head_infrastructure')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                    <div class="row">
                                        <div class="input-field col s4">
                                            <input id="t5-n3" type="text" class="validate" value="Branch Offices" readonly>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n4" type="text" class="validate" name="branch_status" value="<?php echo $resource->branch_status ?>">
                                            <?php if($errors->has('branch_status')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('branch_status')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n4" type="text" class="validate" name="branch_area" value="<?php echo $resource->branch_area ?>">
                                            <?php if($errors->has('branch_area')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('branch_area')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n4" type="text" class="validate" name="branch_infrastructure" value="<?php echo $resource->branch_infrastructure ?>">
                                            <?php if($errors->has('branch_infrastructure')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('branch_infrastructure')); ?></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 id="menu5" class="tab-pane fade">
                            <div class="inn-title">
                                <h4>Staff Details</h4>
                            </div>
                            <div class="bor">
                                <form action="<?php echo e(url('/add_staff')); ?>" method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
                                    <div class="row">
                                        <div class="input-field col s4" style="padding-top:57px;">
                                            
                                            <input id="t5-n1" type="text" class="validate"  value="Management" readonly>
                                        </div>
                                        <div class="input-field col s2" style="padding-top:25px;">
                                            <p>Permanent<span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="man_permanent" value="<?php echo $staff->man_permanent ?>">
                                            <?php if($errors->has('man_permanent')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('man_permanent')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2" style="padding-top:25px;">
                                            <p>Temporary <span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="man_temporary" value="<?php echo $staff->man_temporary ?>">
                                            <?php if($errors->has('man_temporary')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('man_temporary')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2" style="padding-top:25px;">
                                            <p>Contractual <span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="man_contractual" value="<?php echo $staff->man_contractual ?>">
                                            <?php if($errors->has('man_contractual')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('man_contractual')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2" >
                                            <p>Consulting / Advisory <span style="color:red">*</span></p>
                                            <input id="t5-n2" type="text" class="validate" name="man_consulting_advisory" value="<?php echo $staff->man_consulting_advisory ?>">
                                            <?php if($errors->has('man_consulting_advisory')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('man_consulting_advisory')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                    <div class="row">
                                        <div class="input-field col s4">
                                            <input id="t5-n3" type="text" class="validate" value="Non - Management" readonly>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n4" type="text" class="validate" name="non_man_permanent" value="<?php echo $staff->non_man_permanent ?>">
                                            <?php if($errors->has('non_man_permanent')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('non_man_permanent')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n4" type="text" class="validate" name="non_man_temporary" value="<?php echo $staff->non_man_temporary ?>">
                                            <?php if($errors->has('non_man_temporary')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('non_man_temporary')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n4" type="text" class="validate" name="non_man_contractual" value="<?php echo $staff->non_man_contractual ?>">
                                            <?php if($errors->has('non_man_contractual')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('non_man_contractual')); ?></span>
                                            <?php endif; ?>
                                        </div>
                                        <div class="input-field col s2">
                                            <input id="t5-n2" type="text" class="validate" name="non_man_consulting_advisory" value="<?php echo $staff->non_man_consulting_advisory ?>">
                                            <?php if($errors->has('non_man_consulting_advisory')): ?>
                                                <span class="text-danger"><?php echo e($errors->first('non_man_consulting_advisory')); ?></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>
    <?php $__env->stopSection(); ?>
<?php echo $__env->make('Admin.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\iimtlms\resources\views/Admin/edit_documents.blade.php ENDPATH**/ ?>