@if(\Auth::check() and \Auth::user()->id==$form->user_id)
@if($banner_img) @else @endif
{{trans('formsurveys.nomination-drag-drop-image')}}
{{trans('formsurveys.nomination-banner-resolution')}}
For live view, copy the URL and open it in a different/private browser.
@else @if($form->voting_banner)
@endif @endif @if($form->title)
{!! nl2br($form->title) !!} @if(\Auth::check() and \Auth::user()->id==$form->user_id) @endif
@endif @if($form->voting_banner_texts) @endif
Category: {!! nl2br($category->title) !!}
{!! nl2br($category->description) !!}
@if($canViewLink and !$isSubmited and count($answers)>0)
Select an organization
@endif
@if (Session::has('success_form_msg'))
{{Session::get('success_form_msg')}}
@endif @if($canViewLink) @if($isSubmited)
@if (Session::has('success_form_msg')) @else
You have already voted for this category. Select another category to continue voting. Thank you for your contribution.!
@endif
@else @if(count($answers)>0)
{{ csrf_field() }} @foreach($answers as $answer)
@if($answer->web_url){{ucwords($answer->answer)}} @else {{ucwords($answer->answer)}} @endif @if($answer->description) - {{nl2br($answer->description)}} @endif
@endforeach
@endif @endif @if($category->award_sponser) @endif @else
@if(time()< strtotime($sdate)) Voting has not started yet! @else Voting has been closed! @endif
@endif