@extends('dashboard.dashboard_layouts.dashboard_master') @section('admin_dashboard_title') Poll Details @endsection @section('admin_dashboard_content')

view poll

{{ DB::table('polling_qrcode_hits')->where('polling_id', $polling->id)->count() }} participants

@if ($polling->status == 0) status: active @else status: In active @endif