{{ $panel }} List

{{--
{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
--}}
{{----}} {{----}} @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 PublisherTotal IssuedAvailable? Request?
{{ $i }} {{ ViewHelper::getBookCategoryById( $books->categories) }} @if($books->image) @endif {{ $books->title }} {{ $books->author }} {{ $books->publisher }} @php($availableCount = $books->bookCollection()->where('book_status','=',1)->count()) @if($availableCount > 0) @else @endif @else {{----}} Requested Cancel @endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.