@inject('CommunityPresenter' , 'NSST\Presenters\CommunityPresenter')
{{ $CommunityPresenter->comName() }}
@if($book_select != '')
書籍編號:{{$book_select}}
@else
書籍編號:{{$book_id_s}} 到 {{$book_id_e}}
@endif
==============================================================================================================
書籍編號
書籍名稱
作者
出版社
書籍分類
借閱狀況
==============================================================================================================
@foreach ($library as $one)
{{$one->book_id}}
{{$one->book_name}}
{{$one->book_author}}
{{$one->press_name}}
{{$one->class_name}}
{{$one->status_name}}
@endforeach
==============================================================================================================
總計:共 {{$count}} 筆
==============================================================================================================