@extends('layouts.master') @section('title','Election Report') @section('breadcum') @endsection @section('maincontent')
{{ __('Get Election Report:') }}
@csrf

@endsection @section('scripts') @endsection