@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['books']) && $data['books']->count() > 0) @php($i=1) @foreach($data['books'] as $books) @php($i++) @endforeach @else @endif
S.N. Category Image Name Author Publisher Total Issued Available Status
{{ $i }} {{ ViewHelper::getBookCategoryById( $books->categories) }} @if($books->image) @endif {{ $books->title }} {{ $books->author }} {{ $books->publisher }} {{ $books->bookCollection()->count() }} {{ $books->bookCollection()->where('book_status','=',2)->count() }} {{ $books->bookCollection()->where('book_status','=',1)->count() }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}