{{-- resources/views/library/index.blade.php Library 门户首页。 区块:Hero → 三藏分类 → 最新译文 → 栏目导航 --}} @extends('layouts.library') @section('title', 'WikiPāli · 巴利书库') @push('styles') @vite('resources/css/modules/_library-index.css') @endpush {{-- Hero --}} @section('hero')

WikiPāli 巴利书库

探索巴利三藏 · 开启智慧之门

@endsection @section('content')
{{-- ── 一、三藏分类卡片 ── --}}

巴利三藏

进入三藏
@foreach($categoryData as $data)
{{ $data['category']['local_name'] }} 更多
@endforeach
{{-- ── 二、最新译文 ── --}} @isset($recentBooks) @endisset {{-- ── 三、栏目导航 ── --}}
@endsection