generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Agreement Enable/Disable, Company Information
- Loading branch information
1 parent
7ed9697
commit 16cbd45
Showing
19 changed files
with
263 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<p><strong>IMPORTANT - READ CAREFULLY:</strong> This End User License Agreement | ||
("Agreement") is a legal agreement between you (either an individual or an entity) | ||
and | ||
the author of the software product ("Author") for the software product ("Software | ||
Product") that you have purchased from Codecanyon. By installing, copying, or | ||
otherwise | ||
using the Software Product, you agree to be bound by the terms of this Agreement. | ||
</p> | ||
|
||
<h5>Grant of License</h5> | ||
<p>Subject to the terms and conditions of this Agreement, the Author hereby grants to | ||
you a | ||
limited, non-exclusive, non-transferable license to use the Software Product for | ||
your | ||
personal or business use.</p> | ||
|
||
<h5>Restrictions: (You may not)</h5> | ||
<ol class="mb-3"> | ||
<li>Use, copy, modify, or distribute the Software Product except as expressly | ||
provided | ||
in this Agreement; | ||
</li> | ||
<li>Reverse engineer, decompile, or disassemble the Software Product;</li> | ||
<li>Rent, lease, or lend the Software Product;</li> | ||
<li>Remove any copyright, trademark, or other proprietary notices from the Software | ||
Product; | ||
</li> | ||
<li>Transfer the Software Product or your license to use the Software Product to any | ||
third party. | ||
</li> | ||
</ol> | ||
|
||
<h5>Ownership</h5> | ||
<p>The Software Product is owned by the Author and is protected by copyright laws and | ||
international treaty provisions. You acknowledge that no title to the intellectual | ||
property in the Software Product is transferred to you. You further acknowledge that | ||
title and full ownership rights to the Software Product will remain the exclusive | ||
property of the Author and/or its suppliers.</p> | ||
|
||
<h5>Support</h5> | ||
<p>The Author may provide you with support services related to the Software Product | ||
("Support Services"). Any supplemental software code provided to you as part of the | ||
Support Services shall be considered part of the Software Product and subject to the | ||
terms and conditions of this Agreement.</p> | ||
|
||
<h5>Warranty and Disclaimer</h5> | ||
<p>THE SOFTWARE PRODUCT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS | ||
OR | ||
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND | ||
FITNESS FOR A PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT THE SOFTWARE | ||
PRODUCT | ||
WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE PRODUCT WILL BE | ||
UNINTERRUPTED OR ERROR-FREE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF | ||
THE | ||
SOFTWARE PRODUCT IS WITH YOU. SHOULD THE SOFTWARE PRODUCT PROVE DEFECTIVE, YOU (AND | ||
NOT | ||
THE AUTHOR) ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR | ||
CORRECTION? | ||
</p> | ||
|
||
<h5>Limitation of Liability</h5> | ||
<p>IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) | ||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
LIABILITY, OR | ||
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE PRODUCT, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> | ||
|
||
<h5>Termination</h5> | ||
<p>This Agreement will terminate immediately without notice from the Author if you fail | ||
to | ||
comply with any provision of this Agreement. Upon termination, you must immediately | ||
cease all use of the Software Product and destroy all copies of the Software | ||
Product. | ||
</p> | ||
|
||
<h5>Governing Law</h5> | ||
<p>This Agreement shall be governed by and construed in accordance with the laws of the | ||
jurisdiction in which the Author resides.</p> | ||
|
||
<h5>Entire Agreement</h5> | ||
<p>This Agreement constitutes the entire agreement between the parties with respect to | ||
the | ||
use of the Software Product and supersedes all prior or contemporaneous | ||
understandings | ||
regarding the such subject matter. No amendment to or modification of this Agreement | ||
will be binding unless in writing and signed by the Author.</p> | ||
|
||
<h5>Acknowledgment</h5> | ||
<p>BY USING THE SOFTWARE PRODUCT, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, | ||
UNDERSTAND</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,126 +1,55 @@ | ||
@extends('installer::layouts.app', [ | ||
'title' => 'End-user License Agreement' | ||
'title' => $showAgreement ? 'End-user License Agreement' : 'Welcome to the Installer', | ||
]) | ||
|
||
@section('content') | ||
<div class="scrollable"> | ||
<p><strong>IMPORTANT - READ CAREFULLY:</strong> This End User License Agreement | ||
("Agreement") is a legal agreement between you (either an individual or an entity) | ||
and | ||
the author of the software product ("Author") for the software product ("Software | ||
Product") that you have purchased from Codecanyon. By installing, copying, or | ||
otherwise | ||
using the Software Product, you agree to be bound by the terms of this Agreement. | ||
</p> | ||
|
||
<h5>Grant of License</h5> | ||
<p>Subject to the terms and conditions of this Agreement, the Author hereby grants to | ||
you a | ||
limited, non-exclusive, non-transferable license to use the Software Product for | ||
your | ||
personal or business use.</p> | ||
|
||
<h5>Restrictions: (You may not)</h5> | ||
<ol class="mb-3"> | ||
<li>Use, copy, modify, or distribute the Software Product except as expressly | ||
provided | ||
in this Agreement; | ||
</li> | ||
<li>Reverse engineer, decompile, or disassemble the Software Product;</li> | ||
<li>Rent, lease, or lend the Software Product;</li> | ||
<li>Remove any copyright, trademark, or other proprietary notices from the Software | ||
Product; | ||
</li> | ||
<li>Transfer the Software Product or your license to use the Software Product to any | ||
third party. | ||
</li> | ||
</ol> | ||
|
||
<h5>Ownership</h5> | ||
<p>The Software Product is owned by the Author and is protected by copyright laws and | ||
international treaty provisions. You acknowledge that no title to the intellectual | ||
property in the Software Product is transferred to you. You further acknowledge that | ||
title and full ownership rights to the Software Product will remain the exclusive | ||
property of the Author and/or its suppliers.</p> | ||
|
||
<h5>Support</h5> | ||
<p>The Author may provide you with support services related to the Software Product | ||
("Support Services"). Any supplemental software code provided to you as part of the | ||
Support Services shall be considered part of the Software Product and subject to the | ||
terms and conditions of this Agreement.</p> | ||
|
||
<h5>Warranty and Disclaimer</h5> | ||
<p>THE SOFTWARE PRODUCT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS | ||
OR | ||
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND | ||
FITNESS FOR A PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT THE SOFTWARE | ||
PRODUCT | ||
WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE PRODUCT WILL BE | ||
UNINTERRUPTED OR ERROR-FREE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF | ||
THE | ||
SOFTWARE PRODUCT IS WITH YOU. SHOULD THE SOFTWARE PRODUCT PROVE DEFECTIVE, YOU (AND | ||
NOT | ||
THE AUTHOR) ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR | ||
CORRECTION? | ||
</p> | ||
|
||
<h5>Limitation of Liability</h5> | ||
<p>IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) | ||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
LIABILITY, OR | ||
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE PRODUCT, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> | ||
|
||
<h5>Termination</h5> | ||
<p>This Agreement will terminate immediately without notice from the Author if you fail | ||
to | ||
comply with any provision of this Agreement. Upon termination, you must immediately | ||
cease all use of the Software Product and destroy all copies of the Software | ||
Product. | ||
</p> | ||
|
||
<h5>Governing Law</h5> | ||
<p>This Agreement shall be governed by and construed in accordance with the laws of the | ||
jurisdiction in which the Author resides.</p> | ||
|
||
<h5>Entire Agreement</h5> | ||
<p>This Agreement constitutes the entire agreement between the parties with respect to | ||
the | ||
use of the Software Product and supersedes all prior or contemporaneous | ||
understandings | ||
regarding the such subject matter. No amendment to or modification of this Agreement | ||
will be binding unless in writing and signed by the Author.</p> | ||
@if($showAgreement) | ||
<div class="scrollable"> | ||
<x-markdown> | ||
{!! $agreement !!} | ||
</x-markdown> | ||
</div> | ||
|
||
<h5>Acknowledgment</h5> | ||
<p>BY USING THE SOFTWARE PRODUCT, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, | ||
UNDERSTAND</p> | ||
</div> | ||
<form action="{{ route('installer.agreement.index') }}" method="post"> | ||
@csrf | ||
<div class="button-group"> | ||
<div class="row g-4 justify-content-end"> | ||
<div class="col-12 col-md-6"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" value="1" id="agreeCheckbox" name="agree" required> | ||
<label class="form-check-label text-primary" for="agreeCheckbox"> | ||
I have read all the rules and agree with these. | ||
</label> | ||
</div> | ||
</div> | ||
|
||
<form action="{{ route('installer.agreement.index') }}" method="post"> | ||
@csrf | ||
<div class="button-group"> | ||
<div class="row g-4 justify-content-end"> | ||
<div class="col-12 col-md-6"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" value="1" id="agreeCheckbox" name="agree" | ||
required> | ||
<label class="form-check-label text-primary" for="agreeCheckbox"> | ||
I have read all the rules and agree with these. | ||
</label> | ||
<div class="col-12 col-md-6"> | ||
<button type="submit" id="continueButton" class="btn btn-primary disabled w-100"> | ||
I Agree & Continue | ||
<i class="bi bi-arrow-right"></i> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</form> | ||
@else | ||
<form action="{{ route('installer.agreement.index') }}" method="post"> | ||
@csrf | ||
<div class="button-group"> | ||
<div class="row g-4 justify-content-end"> | ||
<div class="col-12"> | ||
<input type="hidden" value="1" id="agreeCheckbox" name="agree" required> | ||
<p>Enjoy a seamless installation journey with clear, step-by-step guidance. Let's begin! 🚀</p> | ||
</div> | ||
|
||
<div class="col-12 col-md-6"> | ||
<button type="submit" id="continueButton" class="btn btn-primary disabled w-100"> | ||
I Agree & Continue | ||
<i class="bi bi-arrow-right"></i> | ||
</button> | ||
<div class="col-12"> | ||
<button type="submit" id="continueButton" class="btn btn-primary w-100"> | ||
Continue | ||
<i class="bi bi-arrow-right"></i> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</form> | ||
</form> | ||
@endif | ||
@endsection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.