@extends('layouts/contentNavbarLayout') @section('title', 'Edit Opinion Poll') @section('content') @if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Edit Opinion Poll
@csrf @method('PUT')
is_active) checked @endif>
Cancel
@endsection