PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 649e2bc1e73b2e2225aa893165a07b9a.php
<?php if(Session::get("error")): ?> <script>toastr.error('<?php echo e(Session::get("error")); ?>')</script> <?php endif; ?> <?php if(count($errors) > 0): ?> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <script>toastr.error('<?php echo e($error); ?>')</script> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php if(Session::get("success")): ?> <script>toastr.success('<?php echo e(Session::get("success")); ?>')</script> <?php endif; ?> <?php if(Session::get("status")): ?> <script>toastr.success('<?php echo e(Session::get("status")); ?>')</script> <?php endif; ?> <?php if(Session::get("info")): ?> <script>toastr.info('<?php echo e(Session::get("info")); ?>')</script> <?php endif; ?> <?php /**PATH /home/rwabteecom/project/resources/views/global/flashes.blade.php ENDPATH**/ ?>
SAVE
CANCEL