Files
mtdb_movie/common/resources/views/install/update-complete.blade.php
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01: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>