6 lines
127 B
PHP
Executable File
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>
|