dd/resources/views/test/tool.blade.php
hellcat 5f37124e8e 1
2025-05-07 18:25:24 +08:00

6 lines
127 B
PHP
Executable File

<div style="width:100%; text-align:center;">
@foreach ($ky as $k => $v)
<br><a href="{{$v}}">{{$k}}</a><br>
@endforeach
</div>