@extends('layouts.master') @section('title','Voters Report') @section('breadcum') @endsection @section('maincontent')
{{ __('Voters Report') }}
# {{ __('Name') }} {{ __('Constituency') }} {{ __('Email') }} {{ __('Mobile') }} {{ __('Status') }} {{ __('Date') }}
@endsection @section('script') @endsection