PATH:
home
/
rwabteecom
/
.trash
/
Editing: a7c36f2c690d55ec7b774e3a5da67107.php
<?php $__env->startSection('title', 'Finish'); ?> <?php $__env->startSection('content'); ?> <section class="mt-4"> <div class="container"> <div class="row justify-content-center"> <img src="<?php echo e(asset('install/check.png')); ?>" class="fit-image"> </div> <div class="row justify-content-center"> <div class="col-12 text-center"> <h5 class="purple-text text-center finish">Application has been successfully installed <a href="<?php echo e(route('finishSave')); ?>">Click here to exit</a></h5> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('vendor.InstallerEragViews.app-layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/InstallerEragViews/finish.blade.php ENDPATH**/ ?>
SAVE
CANCEL