@extends('layout.default')
@section('title')
{{ __('poll.polls') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('poll.polls') }}
@endsection
@section('page', 'page__poll--index')
@section('main')
{{ __('poll.polls') }}: {{ __('poll.vote-now') }}
@endsection