@extends('backend.library.template') @push('title') Libray Book List @endpush @section('container') @livewire('library.book-list') @endsection