@extends('layouts.master') @section('title',__('Voter Dashboard')) @section('breadcum') @endsection @section('maincontent')
{{ __('Welcome to dashboard') }}

{{ filter_var(Auth::user()->name) }}

@endsection