{{-- resources/views/pages/home.blade.php WikiPāli 首页:品牌 hero + 四张通栏分流卡片。 卡片数据全部来自 PageIndexController 传入的 $cards,模板不硬编码栏目文案。 --}} @extends('layouts.base') @section('title', 'WikiPāli · 巴利佛典百科') @push('styles') @vite(['resources/css/home.css']) @endpush @section('body-class', 'home-page') @section('page')
{{-- 品牌 Hero:站名 + 一行说明,居中 --}}

WikiPāli

巴利佛典百科 —— 由浅入深,进入巴利圣典的世界

{{-- 四张通栏卡片,纵向排列 --}} @foreach ($cards as $card) @endforeach
@endsection