@php $buttonText = '前往客戶管理'; $buttonRoute = 'clients.index'; // 這是 Laravel route 名稱 @endphp @include('dashboard.cards._template', compact('card', 'buttonText', 'buttonRoute'))