@extends('layouts.master') @section('title',__('Edit Verified Voter')) @section('breadcum') @endsection @section('maincontent')
@csrf @method('PUT')
@if($image = @file_get_contents('../public/media/users/'.$candidate->photo)) profilephoto @else profilephoto @endif @error('photo') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('constituency_id') {{ $message }} @enderror

{{ __('NOT VARIFIED') }}

@endsection