Sindbad~EG File Manager
<script type="text/javascript">
</script>
{{ Form::open(array('url' => 'ft/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>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>{{ 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</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>Resume (not exceeding 1000 characters) <sup>*</sup></label>
{{ Form::textarea('txtResume',$abs->resume,array('class' => 'form-control', 'id' => 'txtResume' , 'placeholder' => 'Resume','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