@extends('layout.default') @section('title') Polls - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__poll-admin--edit') @section('main')

{{ __('poll.edit-poll') }}: {{ $poll->title }}

@csrf @method('PATCH')

multiple_choice) />

@endsection