diff --git a/resources/views/admin/marriages/index.blade.php b/resources/views/admin/marriages/index.blade.php index cbd9ca3..75fa4a1 100644 --- a/resources/views/admin/marriages/index.blade.php +++ b/resources/views/admin/marriages/index.blade.php @@ -23,8 +23,8 @@ class="bg-indigo-600 text-white px-4 py-2 rounded-lg text-sm font-bold hover:bg-indigo-700 transition"> ⚙️ 参数配置 - + 🎊 婚礼档位 @@ -66,14 +66,26 @@ {{-- 快捷入口 --}}
- @foreach ([['route' => 'admin.marriages.list', 'icon' => '📋', 'label' => '婚姻列表', 'color' => 'blue'], ['route' => 'admin.marriages.proposals', 'icon' => '💌', 'label' => '求婚记录', 'color' => 'amber'], ['route' => 'admin.marriages.ceremonies', 'icon' => '🎊', 'label' => '婚礼红包', 'color' => 'pink'], ['route' => 'admin.marriages.intimacy-logs', 'icon' => '💞', 'label' => '亲密度日志', 'color' => 'purple']] as $item) - - {{ $item['icon'] }} - {{ $item['label'] }} - - @endforeach + + 📋 + 婚姻列表 + + + 💌 + 求婚记录 + + + 🎊 + 婚礼红包 + + + 💞 + 亲密度日志 +
{{-- 最近已婚 --}}