PATH:
home
/
rwabteecom
/
public_html_old
/
resources
/
views
/
vendor
/
InstallerEragViews
/
Editing: finish.blade.php
@section('title', 'Finish') @extends('vendor.InstallerEragViews.app-layout') @section('content') <section class="mt-4"> <div class="container"> <div class="row justify-content-center"> <img src="{{ 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="{{ route('finishSave')}}">Click here to exit</a></h5> </div> </div> </div> </section> @endsection
SAVE
CANCEL