@extends('layouts.app') @section('title', 'Create a Poll') @section('content')
@csrf
Question:

Options:
@for ($i = 0; $i < 5; $i++)
@endfor





Duplicate vote checking:




@endsection