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