@if($row->formID !='')

Shortcode Usage : [sc:Form fnc=render|id={{ $row->formID }}] [/sc]

@endif {!! Form::open(array('url'=>'sximo/form', 'class'=>'form-vertical','files' => true , 'parsley-validate'=>'','novalidate'=>' ' ,'id'=>'formField')) !!}

Form Information : {{ $row->name }}


Manage Form Fields:

@foreach($configuration as $field => $form ) @endforeach @if(count($configuration) <=0) @endif
Title Field Validation Type Param / Arguments
Attribute
Attribute
Add more field @if($row->formID !='') Preview Form Delete This Form @endif {!! Form::close() !!}