海工商新版后台
You can not 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
288 B

<div class="table-responsive">
<table class="table">
@foreach($envs as $env)
<tr>
<td width="120px" class="bold text-80">{{ $env['name'] }}</td>
<td>{{ $env['value'] }}</td>
</tr>
@endforeach
</table>
</div>