<?php if($errors->count()): ?>
    <div class="px-block-alerts m-b-2">
        <div class="px-block-alerts-namespace">
            <div class="alert alert-danger" data-animate="true" style="">
                <button type="button" class="close" data-dismiss="alert">×</button>
                <strong><?php echo e($errors->first()); ?></strong>
            </div>
        </div>
    </div>
<?php endif; ?><?php /**PATH /var/www/html/resources/views.admin/admin/_partial/auth-error.blade.php ENDPATH**/ ?>