Sindbad~EG File Manager

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

   
<script type="text/javascript">


</script>

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

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


<div class="row">            
    <div class="col-lg-12 col-md-12 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 completedstep">STEP 1 </div>
      <div class="step completedstep">STEP 2 </div>
      <div class="step activestep">STEP 3 </div>
</div>

<h3 class="text-center">Verify your abstract before submission</h3>

<!--step 1 details  -->
<div class="message info text-center">
Please review the details provided by you before Submitting. <br />
CHANGES CANNOT BE MADE ONCE SUBMITTED.
</div>
<br>
<div class="row">            
    <div class="col-lg-6 col-md-6 col-sm-12">                 
          <label>Chief Author Membership Number </label>             
          <p>{{  empty($membership)? '':$membership->membership_no}}</p>    
    </div>            
    <div class="col-lg-6 col-md-6 col-sm-12">                     
          <label>Chief Author Name </label>             
          <p>{{ Auth::user()->prefix }}.{{ Auth::user()->first_name }}</p>        
    </div>            
</div>


<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">             
      <label>Presenting Author : </label>      
        <div class="table-responsive">             
          <table id="tbl_PA" class="table table-bordered">
            <thead>
              <tr>                         
                <th>
                  Membership No
                </th>
                <th>
                  Author Name
                </th>
                <th>
                  Email
                </th>
                <th>
                  Mobile
                </th>                                                                     
              </tr>
            </thead>
            <tbody> 
            <tr>
              <td data-label="Membership No">
                {{ $pa->membership_no }}
              </td>
              <td data-label="Author Name">
                {{ $pa->name }}
              </td>
              <td data-label="Email">
                {{ $pa->email }}
              </td>
              <td data-label="Mobile">
                {{ $pa->mobile }}
              </td>
            </tr> 
            </tbody>  
          </table>
        </div>              
    </div>        
  </div>        

<div class="row">      
      <div class="col-lg-6 col-md-6 col-sm-12">                         
              <label>Section</label>                                
              <p>{{ $categories[$abs->category_id] }}</p>   
        </div>      
</div>
<!--End step 1 details  -->


<!--step 2 details  -->

<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">                         
          <label>Title (not exceeding 100 characters) <sup>*</sup> </label>
              {{ Form::textarea('txtTitle',$abs->title,array('class' => 'form-control', 'id' => 'txtTitle' , 'placeholder' => 'Title','rows' => 2,'disabled')) }}    
    </div>                
</div>

<div class="row">            
        <div class="col-lg-12 col-md-12 col-sm-12">                                 
              <label>Synopsis (not exceeding 1000 characters) <sup>*</sup></label>                  
                {{ Form::textarea('txtSynopsis',$abs->synopsis,array('class' => 'form-control', 'id' => 'txtSynopsis' , 'placeholder' => 'Synopsis','disabled')) }}               
        </div>
</div>



<!--<div class="row">            -->
<!--    <div class="col-lg-12 col-md-12 col-sm-12">         -->
<!--       {{  Form::checkbox('chkterms', 1,false,array('id' => 'chkterms','class'=>'inline')) }} -->
<!--      <label for="chkterms" class="inline">-->
       <!--I have read & understood the <a href="{{ asset('images/Guidelines_AT.pdf') }}" target="_blank">-->
<!--       I have read & understood the-->
       <!--<a href="#1" target="_blank">-->
<!--       Guidelines.-->
       <!--</a>-->
<!--       </label>-->
<!--      <label id="chkterms-error" class="error" for="chkterms"></label>      -->
<!--      </div>-->
<!--  </div>-->
<!--</div>-->

<div class="row margin30">  
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 page-left">  
     <input type="button" value="Previous" id ="btnPrevious_s5" class="btn primary button-large"
      onclick="Move(5,0)">
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 page-right">
     <input type="button" value="SUBMIT" id ="btnSubmit" class="btn primary button-large pull-right"
     onclick="Move(5,1)">
    </div>
</div>

{{ Form::close() }}


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