@extends('dashboard.dashboard_layouts.dashboard_master') @section('admin_dashboard_title') Polling @endsection @section('admin_dashboard_css') @endsection @section('admin_dashboard_content')

draft polls

@if (count($pollinglists) > 0) @foreach ($pollinglists as $key => $poll) @endforeach @else @endif
survey date questions action
{{ $key + 1 }}. {{ $poll->polling_name }} {{ date('M d, Y', strtotime($poll->poll_closing_date)) }} 10 Delete trash

No Data Found

Showing {{ $pollinglists->firstItem() }} - {{ $pollinglists->lastItem() }} of {{ $pollinglists->total() }} entries
@if ($pollinglists->onFirstPage()) prev @else prev @endif @if ($pollinglists->hasMorePages()) next @else next @endif {{--
--}}
@endsection @section('admin_dashboard_content') @endsection