@extends('layout.with-main') @section('title') Polls - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__staff-poll--create') @section('main')

{{ __('poll.create-poll') }}

@csrf

@endsection