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