File: //var/www/html/punjabcabs/storage/framework/views/7a1dcee613d08ff40935b44a3f646ca5c51d7d70.php
<?php if(count($errors) > 0): ?>
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<ul>
<?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getFirstLoop(); ?>
<li><?php echo e($error); ?></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getFirstLoop(); ?>
</ul>
</div>
<?php endif; ?>
<?php if(Session::has('flash_error')): ?>
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<?php echo e(Session::get('flash_error')); ?>
</div>
<?php endif; ?>
<?php if(Session::has('flash_success')): ?>
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<?php echo e(Session::get('flash_success')); ?>
</div>
<?php endif; ?>