Sindbad~EG File Manager
@extends('feedbacklayout')
@section('title','Feedback')
@section('content')
{{ Form::open(array('id'=>'formIndex','url' => 'feedback')) }}
<h3>{{ $c->title or "" }}</h3>
<h4>{{ $c->description or ""}}</h4>
<p>
@if(isset($option) && intval($option) == 1)
{{ $c->yes_text or ''}}
@else
{{ $c->no_text or ''}}
@endif
</p>
{{ Form::textarea('txtRemarks',null, array('class' => 'textarea', 'maxlength' => '250','size' => '30x5'))}}
<div class="spacer"></div>
<div class="col-md-2 col-centered">
{{ Form::hidden('hdnFeedbackID',Helper::encrypt($feedback_id)) }}
<button type="submit" id = "btnSubmit" name = "submit" value = "submit" class="btn btn-md btn-default text-center" 'title' = 'SUBMIT'>SUBMIT</button>
</div>
{{ Form::close()}}
@stop
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists