@section('title','Edit Poll') @include('layout.header') @include('layout.sidebar')

Edit Poll

@csrf @method('PUT')
@include('layout.footer')