改进 未成年人提醒
This commit is contained in:
parent
11b92b09e1
commit
9e39cdfb62
@ -109,8 +109,6 @@ class="d-none">
|
||||
</nav>
|
||||
|
||||
<main class="py-4">
|
||||
<x-alert/>
|
||||
|
||||
<div class="container">
|
||||
@auth('web')
|
||||
@if (!auth('web')->user()->isAdult())
|
||||
@ -119,6 +117,11 @@ class="d-none">
|
||||
</x-alert-warning>
|
||||
@endif
|
||||
@endauth
|
||||
</div>
|
||||
|
||||
<x-alert/>
|
||||
|
||||
<div class="container">
|
||||
|
||||
@yield('content')
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user