<?php $__env->startSection('content'); ?> 

 <div class="qv rc sm sp" style="margin-top:3%;">
        <div class="qw">
            <?php if(Session::has('Name')): ?>   
              <span style="margin-left:70px;"> <strong>  Add New Voter </strong> </span>
            <span style="margin-top:-7px;margin-left:55%;">Welcome, <?php echo e(Session::get('Name')); ?>

            <a href='dashboard' class='cg ts fx green' style="margin-left:80px;"> Go To Dashboard </a>
          <?php endif; ?>
        </div>
  </div>

      <div class="qv rc aok">
        <div class="qw">
        <strong>   <a href="http://www.sterlingsys.in" style="text-decoration:none;" target="_blank"> © STERLING SYSTEMS PVT. LTD. </a></strong>
        </div>
      </div>

 <div class="qv rc sm sp" style="margin-top:3%;">
        <div class="qw">
            <?php if(Session::has('Name')): ?>   
              <span style="margin-left:70px;"> <strong>  Add New Voter </strong> </span>
            <span style="margin-top:-7px;margin-left:55%;">Welcome, <?php echo e(Session::get('Name')); ?>

            <a href='dashboard' class='cg ts fx green' style="margin-left:80px;"> Go To Dashboard </a>
          <?php endif; ?>
        </div>
  </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.votermainview', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>