@extends('layouts.master') @section('css') @endsection @section('content')
@csrf

{{ Str::limit($poll->question, 20, '...') }}

Add Poll Option

cancel
@endsection @section('js') @endsection