{{-- 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

{{ __('APP UI Elements') }}

@foreach($tabs as $key => $tab) {{ $tab['label'] }} @endforeach
@if($slot->isNotEmpty()) {{ $slot }} @endif
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif