{{-- resources/views/library/index.blade.php Library 门户首页。 --}} @extends('layouts.library') @section('title', '巴利书库') @section('hero')

巴利书库

探索 WikiPāli,开启智慧之门

@endsection @section('content')
{{-- 分类卡片 --}}
@foreach($categoryData as $data)
{{ $data['category']['name'] }} 更多
@endforeach
{{-- 最近更新 --}} @isset($update)
最近更新
@endisset
@endsection