@extends('layouts.master') @section('title','Candidate Vote By Election Type') @section('breadcum') @endsection @section('maincontent')
{{ __('Candidate Vote By Election Type') }}
# {{ __('Candidate Name') }} {{ __('Election Type') }} {{ __('Total Vote') }}
@endsection @section('script') @endsection