| Current Path : /var/www/html/LLCF-APP/storage/framework/views/ |
| Current File : /var/www/html/LLCF-APP/storage/framework/views/1486233c947e016aaab61631e4aa5284.php |
<?php if($errors->any()): ?>
<div class="alert alert-danger alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<p><i class="icon fa fa-ban"></i> No of errors: (<?php echo e(count($errors->all())); ?>)</p>
<div>
<ol>
<?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(); ?>
</ol>
</div>
</div>
<?php endif; ?>
<?php if(Session::has('msg.error')): ?>
<div class="alert alert-danger alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h5><i class="icon fas fa-ban"></i> Alert!</h5>
<?php echo e(Session::get('msg.error')); ?>
</div>
<?php endif; ?>
<?php if(Session::has('msg.success')): ?>
<div class="alert alert-success alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h5><i class="icon fas fa-check"></i> Alert!</h5>
<?php echo e(Session::get('msg.success')); ?>
</div>
<?php endif; ?><?php /**PATH /var/www/html/LLCF-APP/resources/views/include/messages.blade.php ENDPATH**/ ?>