From 6737919434de579e3c1a598073d181197f0bcc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Mon, 16 Mar 2026 05:45:50 +0800 Subject: [PATCH] Admin UI: dashboard wording + product categories page header --- resources/views/admin/dashboard.blade.php | 8 ++++---- .../admin/product_categories/index.blade.php | 17 ++++++++++++++--- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index 9916f0d..5f325ba 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -1,7 +1,7 @@ @extends('admin.layouts.app') -@section('title', '总台管理仪表盘') -@section('page_title', '总台管理仪表盘') +@section('title', '总台仪表盘') +@section('page_title', '总台仪表盘') @section('content') @php @@ -29,8 +29,8 @@