@extends('layouts.app') @section('title', 'Create Poll') @section('page-title', 'Create Poll') @section('breadcrumb', 'Poll / Create Poll') @section('content')
Back

Start Creating a new poll.

@csrf
0/64
@error('title')

{{ $message }}

@enderror
@error('poll_type')

{{ $message }}

@enderror
0/256
@error('description')

{{ $message }}

@enderror
Cancel
@endsection