內爾 海力森 says to YSITD 沒寫過Laravel,應該是這樣吧 @foreach($customers as $customer) <tr> <td>{{$customer->Cusid}}</td> <td>{{$customer->Name}}</td> <td>{{$customer->Phone}}</td> </tr> @endforeach