{{ $panel }} List

 Delete   Add Copies
{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
{!! Form::open(['route' => $base_route.'.bulk-copies-delete', 'id' => 'bulk_action_form']) !!}
@if (isset($data['books_collection']) && $data['books_collection']->count() > 0) @php($i=1) @foreach($data['books_collection'] as $books) @php($i++) @endforeach @else @endif
S.N. Book Code Status
{{ $i }} {{ $books->book_code }}
{{ ViewHelper::getBookStatusById($books->book_status) }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}