{{-- APP UI元素設定 共用標題 + 頁籤列(+ 選填右側 Action slot,與頁籤同列靠左)。 用法:新增 --}} @props(['active' => '']) @php $tabs = [ 'elements' => ['label' => __('UI Elements'), 'route' => 'admin.app.ui-elements'], 'bundles' => ['label' => __('UI Bundles'), 'route' => 'admin.app.ui-bundles'], 'machines' => ['label' => __('Machine Binding'), 'route' => 'admin.app.ui-machines'], ]; @endphp