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