@extends('library.layouts.app') @section('title', $currentCategory['name'] . ' - 巴利书库') @section('content')
@if(count($subCategories) > 0)
@foreach($subCategories as $subCategory) @endforeach
@endif

图书列表

@include('components.book-list', ['books' => $categoryBooks])
@endsection