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

{{ __('poll.polls') }}: {{ __('poll.vote-now') }}

@foreach ($polls as $poll) @endforeach
{{ $poll->title }}
@endsection