mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
297 B
PHTML
11 lines
297 B
PHTML
@yield('custom-foot')
|
|
<input type="hidden" id="api-display-url" value="{{route('v1.visitor.display')}}">
|
|
@if(auth()->check() && auth()->user()->hasRole('developer') && !request()->has('ediable'))
|
|
<a id="do-edit" href="?ediable">
|
|
<i class="ri-settings-2-line"></i>
|
|
</a>
|
|
@endif
|
|
|
|
</body>
|
|
</html>
|