Files
mtdb_movie/common/resources/views/install/update-complete.blade.php
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

13 lines
491 B
PHP
Executable File

<x-install-layout>
<p class="mb-24 text-lg">Update has been successfully completed!</p>
<p class="mb-24">You can close this page now and continue using the site.</p>
<div>
<h4>Support and questions</h4>
<div>If you have any issues or questions please submit a ticket <a class="text-primary underline" target="_blank" href="https://support.vebto.com">here</a>. Thanks!</div>
</div>
<x-install-button href="/">Done</x-install-button>
</x-install-layout>