@extends('layouts.frontend.frontend') @push('meta_tag') Report Dashboard @endpush @push('front_header') @include('layouts.frontend.front_header') @endpush @push('front_menu') @include('layouts/frontend/front_menu') @endpush @section('content')
{{ isset($total_voter) ? $total_voter : 0 }}

Total Voter

{{ isset($total_voting) ? $total_voting : 0 }}

Total Votes

{{ isset($total_attendance) ? $total_attendance : 0 }}

Total Attendance

@endsection @push('js') @endpush