@php // 卡片按鈕文字與目標路由 $buttonText = '新增 Git 申請'; $buttonRoute = 'gitlab-requests.create'; @endphp {{-- 套用共用卡片版型 --}} @include('dashboard.cards._template', compact('card', 'buttonText', 'buttonRoute'))