fix seeder menu role and user assign, create 503 page and fix redirect home

This commit is contained in:
arifal
2025-03-12 15:37:22 +07:00
parent 238aaba96c
commit a1f4bd7f81
9 changed files with 442 additions and 403 deletions

View File

@@ -20,7 +20,7 @@
missing in the digital wilderness.</p>
<div class="text-center">
<a href="{{ route('any', 'index') }}" class="btn btn-success">Back to Home</a>
<a href="{{ route('home', 'index') }}" class="btn btn-success">Back to Home</a>
</div>
</div>
</div>

View File

@@ -32,7 +32,7 @@ class="authentication-bg"
<p class="text-muted mt-1 mb-4">The page you're trying to reach seems to have gone <br /> missing in the digital wilderness.</p>
<div class="text-center">
<a href="{{ route('dashboard.home') }}" class="btn btn-danger">Back to Home</a>
<a href="{{ route('home') }}" class="btn btn-danger">Back to Home</a>
</div>
</div>
</div>