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

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

Edit Poll Option

cancel
{{-- --}}
@endsection @section('js') @endsection