create user role and menu, create seeder for first user and create crud role, menu and user
This commit is contained in:
@@ -17,11 +17,11 @@ class="authentication-bg"
|
||||
<div class="p-4">
|
||||
<div class="mx-auto mb-4 text-center">
|
||||
<div class="mx-auto text-center auth-logo">
|
||||
<!-- <a href="{{ route('home') }}" class="logo-dark">
|
||||
<!-- <a href="{{ route('dashboard.home') }}" class="logo-dark">
|
||||
<img src="/images/simbg-dputr.png" height="200" width="100%" alt="dputr logo">
|
||||
</a>
|
||||
|
||||
<a href="{{ route('home') }}" class="logo-light">
|
||||
<a href="{{ route('dashboard.home') }}" class="logo-light">
|
||||
<img src="/images/simbg-dputr.png" height="200" width="100%" alt="dputr light">
|
||||
</a> -->
|
||||
</div>
|
||||
@@ -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('home') }}" class="btn btn-danger">Back to Home</a>
|
||||
<a href="{{ route('dashboard.home') }}" class="btn btn-danger">Back to Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user