Sindbad~EG File Manager

Current Path : /home/numerotech/www/mc.purplemail.in/app/views/feedbacks/
Upload File :
Current File : //home/numerotech/www/mc.purplemail.in/app/views/feedbacks/create.blade.php

@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