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