添加 返回地址
This commit is contained in:
parent
f638b2d0c8
commit
8b6f52b12a
@ -41,6 +41,12 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if (isset($data['meta']['return_url']))
|
||||||
|
<div>
|
||||||
|
返回地址: {{$data['meta']['return_url']}}
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
|
|
||||||
@auth('web')
|
@auth('web')
|
||||||
<form method="POST" action="{{ route('auth_request.store') }}" class="mt-3">
|
<form method="POST" action="{{ route('auth_request.store') }}" class="mt-3">
|
||||||
@csrf
|
@csrf
|
||||||
|
Loading…
Reference in New Issue
Block a user