Sindbad~EG File Manager
{{ Form::open(array('url' => 'ic/store','role'=>'form','id'=>'form_s1')) }}
{{ Form::hidden('hdnId', isset($ic)? $ic->abs_id : 0,array('id'=>'hdnId')) }}
{{ Form::hidden('hdnStep', '1',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 activestep">STEP 1 </div>
<div class="step">STEP 2 </div>
<div class="step">STEP 3 </div>
<div class="step">STEP 4 </div>
</div>
{{-- <div class="spacer"></div> --}}
<!--step 1 details -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Chief Instructor {{ CustomClass::$Initial }} Number </label>
<p>{{ empty($membership)? '':$membership->membership_no}}</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Chief Instructor Name </label>
<p>{{ isset(Auth::user()->prefix)?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>Section <sup>*</sup></label>
{{ Form::select('ddlSection',$categories,$ic->category_id ,array("id"=>"ddlSection","class"=>"form-control ddlSection")) }}
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label> Level of Course <sup>*</sup></label>
{{ Form::select('ddlLevel',$leves,$ic->level,array("id"=>"ddlLevel","class"=>"form-control ddlLevel"))}}
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label> Duration of Course </label>
<p>{{ CustomClass::$IC_Duration }} Minutes</p>
</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() }}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists