@extends('layouts.contentNavbarLayout') @section('title', 'Add Option to Poll') @section('content') @if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Add New Option for Poll: {{ $poll->question }}
@csrf
Cancel
@endsection