@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