@extends('dashboard.base') @section('content')
@if(session()->has('success')) @endif {{ __('Poll Management') }} Create Poll

@csrf
Poll ID Poll Title Category Poll Owner Created On Start Date End Date Total Votes Action
@endsection @section('javascript') @endsection