@php use Filament\Forms\Components\Actions\Action; $containers = $getChildComponentContainers(); $addAction = $getAction($getAddActionName()); $deleteAction = $getAction($getDeleteActionName()); $isAddable = $isAddable(); @endphp
@if (count($containers)) @foreach ($containers as $uuid => $item)
{{ __('Disabled in this restaurant') }} @if ($isDeletable) {{ $deleteAction(['item' => $uuid]) }} @endif
@endforeach @endif
@if ($isAddable) {{ $addAction }} @endif