Page 39 - Laravel5_v1
P. 39
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="panel panel-default">
<div class="panel-heading">แสดงขอมูลประเภทหนังสือ [ทั งหมด {{ $count }} รายการ]
้
</div>
<div class="panel-body">
<table class="table table-striped">
<tr>
<th>รหัส</th>
<th>ประเภทหนังสือ</th>
<th>ลบ</th>
</tr>
@foreach ($typebooks as $typebook)
<tr>
<td>{{ $typebook->id }}</td>
<td>{{ $typebook->name }}</td>
<td><a href="{{
url('/typebooks/destroy/'.$typebook->id) }}"><i class="fa fa-
trash"></i></a></td>
</tr>
@endforeach
</table>
</div>
</div>
</div>
</div>
</div>
@endsection
ิ
6. เพิ มเมนูเพิ มชอว่า ประเภทหนังสือ โดยเปดไฟล์ resources\views\layouts\app.blade.php ดังนี
ื