1、页面
代码:
<div class="contain" style="width: 84%;" id="contain">
<h2 style="padding:0;margin:0;font-size:28px;letter-spacing:4px;">角色列表</h2>
<table class="table table-hover table-condensed table-responsive" id="table">
<thead>
<tr>
<th>id</th>
<th>角色名</th>
<th style="padding-left: 30px;">操作</th>
</tr>
</thead>
<tbody>
@foreach ($roles as $role)
<tr>
<td>{
{ $role->id }}</td>
<td>{
{ $role->name