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

{{ __('library.portal_hero_title') }}

{{ __('library.portal_hero_subtitle') }}

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

{{ __('library.section_tipitaka') }}

{{ __('library.enter_tipitaka') }}
@foreach($categoryData as $data)
{{ $data['category']['local_name'] }} {{ __('library.more') }}
@endforeach
{{-- ── 二、最新译文 ── --}} @isset($recentBooks) @endisset {{-- ── 三、工具箱 ── --}}
@endsection