Show Survey
Title:
{{ $survey->title }}
Description:
{{ $survey->description }}
Status:
{{ $survey->status }}
Survey Vote
No | Vote | Response By | Created at |
---|---|---|---|
{{ $user->id }} | @if($user->vote == 1) Yes @else No @endif | {{ $user->user->name }} | {{ date("l | dS F, Y g:i A",strtotime($user->create)) }} |