Files
lsky-pro/resources/views/common/api.blade.php
T
Wisp X 93f7e111ba 🐛 修复 BUG
2022-02-16 15:52:00 +08:00

12 lines
173 B
PHP

@section('title', '接口')
<x-app-layout>
<div class="my-6 md:my-9">
{{ Auth::user()->tokens }}
</div>
@push('scripts')
@endpush
</x-app-layout>