Tags

All Surveys manage your Survey

@foreach(\App\Poll::all() as $poll) @endforeach
# Survey Questions Start at End at Action
{{ $poll->id }} {{ $poll->question}} {{ $poll->start_date}} {{ $poll->end_date}}
{{ csrf_field() }} {{----}}