Show Survey

Title: {{ $survey->title }}
Description: {{ $survey->description }}
Status: {{ $survey->status }}

Survey Vote

@foreach ($survey->vote as $key => $user) @endforeach
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)) }}