@include('livewire.library.modal.book')

Filter Search

@error('author') {{ $message }} @enderror
@error('domain') {{ $message }} @enderror
@error('publisher'){{ $message }}@enderror
@error('location') {{ $message }} @enderror

Record List: {{ $this->RecList->total() }}

@if (session()->has('message'))
{!! session('message') !!}
@endif @if (session()->has('error'))
{!! session('error') !!}
@endif
@if ($selectRecord)
@if ($selectAll)
You have selected all {{ $this->RecList->total() }} records.
@else
You have selected {{ count($checked) }} records, Do you want to Select All {{ $this->RecList->total() }} records?
@endif
@endif
 
@if ($checked)
@endif
@foreach ($recList as $RecDetail) isChecked($RecDetail->id) ) style="background-color:#f0f0f0" @endif > @if(in_array($RecDetail->id, $actionRows)) @endif @endforeach
ISBN Book Title Author Name Domain Publisher Name Location Status Actions
Barcode
{{ $RecDetail->isbn }}
{{ $RecDetail->name }} {{ $RecDetail->author?$RecDetail->authorName->name:'' }} {{ $RecDetail->domain?$RecDetail->domainName->name:'' }} {{ $RecDetail->publisher?$RecDetail->publisherName->name:'' }} {{ $RecDetail->location?$RecDetail->bookLocation->name:'' }}

{{ $RecDetail->updated_at }}

{{ $recList->links() }}
@push('toggleScript') @endpush