【发布时间】:2017-12-15 14:37:04
【问题描述】:
我的代码在这里,如果你想要任何其他部分的代码,我也会提供那段代码
<div class="panel-heading ">Organization Profile</div>
<table class="table table-striped">
<thead>
<tr>
<th>Attributes</th>
<th>Values</th>
</tr>
</thead>
<tbody>
<tr>
<td>Org Name</td>
<td>{{$org->name}}</td>
</tr>
<tr>
<td>Owner Name</td>
<td>{{$org->owner}}</td>
</tr>
</tbody>
</table>
</div>
【问题讨论】:
-
我是初学者,请高手指点!
-
控制器中的代码是什么?
-
显然 $org 不是你想要的
-
$org 为空,找出原因
-
只有控制器才能知道
标签: php laravel-5.3