@extends('layouts.master') @section('page_title', 'List Book') @section('content')
@livewire('librarian.list-books')
@endsection