?
Current File : /home/sanghavirealty/public_html/storageazwer/framework/views/e4ba0ffb7849f20bfb4f7104a7693898.php
<?php if(count($errors) > 0): ?>
   <div class = "alert alert-danger">
      <ul>
         <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <li><?php echo e($error); ?></li>
         <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
      </ul>
   </div>
<?php endif; ?>

<?php if(session('sucess')): ?>
   <div class = "alert alert-sucess">
      <ul>
       
            <li><?php echo e(session('sucess')); ?></li>
       
      </ul>
   </div>
<?php endif; ?>

<?php if(session('success')): ?>
   <div class = "alert alert-sucess">
      <ul>
       
            <li><?php echo e(session('success')); ?></li>
       
      </ul>
   </div>
<?php endif; ?>


<?php if(session('msg')): ?>
   <div class = "alert alert-primary">
      <ul>
       
            <li><?php echo e(session('sucess')); ?></li>
       
      </ul>
   </div>
<?php endif; ?>


<?php /**PATH /home/sanghavirealty/public_html/resources/views/error/error-display.blade.php ENDPATH**/ ?>