<div class="row">
   	 <div class="col-md-2">
   	 </div>
   	 <div style="margin-top:30px"  class="col-md-8">
   	 
     <h3 style="color:red" > Please vote for Councillor :</h3>

     
      <?php 
if (isset($_POST['nazrul'])) {
    $checkid = $user->idcheckforcouncillor($uid);
    if ($checkid) {
        echo "Your vote already counted !";
    } else {
        $sakib = $user->votnazrul();
        $votoke = $user->votpayidforcouncillor($uid, $uname);
        if ($sakib) {
            echo "Thanks for your vote!";
        }
    }
}
if (isset($_POST['saidur'])) {
    $checkid = $user->idcheckforcouncillor($uid);
    if ($checkid) {
        echo "Your vote already counted !";
    } else {
        $sakib = $user->votsaidur();
        $votoke = $user->votpayidforcouncillor($uid, $uname);
        if ($sakib) {
            echo "Thanks for your vote!";
        }