@extends('admin.layout.master') @section('content')

Poll Management

@if($polls) @foreach($polls as $k=>$poll) @endforeach @endif
Sr. No. Question Started By Created At Action
{{$k+1}} {{$poll['question']}} {{ucwords($poll['created_by']['first_name'].' '.$poll['created_by']['last_name'])}} {{date('d M Y h:i A',strtotime($poll['created_at']))}} View Delete