{!! Theme::section('community.pannel.cms.pages-menu',['subpage'=>'forms']) !!}

"{{$form->title}}" Form Preview


{{ csrf_field() }} @foreach($fields as $field)
@if($field->field_type == 'text') @elseif($field->field_type == 'textarea') @elseif($field->field_type == 'selection') @elseif($field->field_type == 'file') @endif

{{trans($field->description)}}

@endforeach