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