@php use Filament\Support\Facades\FilamentView; $fieldWrapperView = $getFieldWrapperView(); $extraAttributeBag = $getExtraAttributeBag(); $canEditKeys = $canEditKeys(); $canEditValues = $canEditValues(); $keyPlaceholder = $getKeyPlaceholder(); $valuePlaceholder = $getValuePlaceholder(); $debounce = $getLiveDebounce(); $hasInlineLabel = $hasInlineLabel(); $isAddable = $isAddable(); $isDeletable = $isDeletable(); $isDisabled = $isDisabled(); $isReorderable = $isReorderable(); $statePath = $getStatePath(); @endphp
merge($getExtraAlpineAttributes(), escape: false) ->class(['fi-fo-key-value-table-ctn']) }} > @if ($isReorderable && (! $isDisabled)) @endif @if ($isDeletable && (! $isDisabled)) @endif
{{ $getKeyLabel() }} {{ $getValueLabel() }}
@if ($isAddable && (! $isDisabled))
{{ $getAction('add') }}
@endif