Sindbad~EG File Manager

Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/ft/
Upload File :
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/ft/step1.blade.php


{{ Form::open(array('url' => 'ft/store','role'=>'form','id'=>'form_s1')) }}

{{ Form::hidden('hdnId', isset($abs)? $abs->abs_id : 0,array('id'=>'hdnId')) }}
{{ Form::hidden('hdnStep', '1',array('id'=>'hdnStep')) }}
{{ Form::hidden('hdnIsNext', '1',array('id'=>'hdnIsNext')) }}

{{ Form::hidden('hdnPAId', $pres_auth_id ,array('id'=>'hdnPAId')) }}

<div class="row">            
    <div class="col-sm-12">               
       <div class="alert alert-success" style="display:none">            
       </div>

      <div class="alert alert-danger"  style="display:none">                  
      </div>
    </div>
</div>

<div class="col-lg-12 col-md-12 col-sm-12 nopadding margin10">
      <div class="step activestep">STEP 1 </div>
      <div class="step ">STEP 2 </div>
      <div class="step">STEP 3 </div>
      <!--<div class="step">STEP 4 </div> -->
      <!-- <div class="step">STEP 5 </div> --> 
</div>

<!--step 1 details  -->
<div class="row">            
    <div class="col-lg-6 col-md-6 col-sm-12">                
          <label>Faculty's Membership Number </label>             
          <p>{{  empty($membership)? '':$membership->membership_no}}</p>    
    </div>            
    <div class="col-lg-6 col-md-6 col-sm-12">        
          <label>Faculty Name </label>             
          <p>{{ isset(Auth::user()->prefix)?Auth::user()->prefix.'.':'' }}{{ Auth::user()->first_name }}</p>    
    </div>            
</div>


  

<div class="row">      
      <div class="col-lg-6 col-md-6 col-sm-12">                            
              <label>Section <sup>*</sup></label>                  
              {{ Form::select('ddlSection',$categories,$abs->category_id ,array("id"=>"ddlSection","class"=>"form-control ddlSection"))}}                         
        </div>      

</div>



<!--End step 1 details  -->

<div class="row margin30">  
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
<input type="button" value="Next" id ="btnNext_s1" class="btn primary button-large pull-right"
  onclick="Move(1,1)">
</div>
</div>

{{ Form::close() }}




<script type="text/javascript">

var hdnPAId     = "#hdnPAId"
var tbl_PA      = "#tbl_PA";     
var show_Add_PA = "#show_Add_PA"; 




</script>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists