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


{{ csrf_field() }}

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