{{$form->title}}

{{nl2br($form->description)}}

@if(!$community->present()->isAdmin() and $form->status==0)
Expired
@else

Answer the following:


@if (Session::has('success_form'))
×You have submitted successfully.
@endif

{{ 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
@endif
@if(!Auth::check()) {!! Theme::section('home.ask-participate-login',['community_url'=>$community->present()->url('login'),'signup_url'=>$community->present()->url('signup')]) !!} @endif