© 2026 Hedgehog Software, LLC
@if (static::$isRender) <div wire:ignore> @if ($this->displayTable) <h1>{{ $this->outputText }}</h1> {{ $this->table }} @endif </div> @else <div> @if ($this->displayTable) <h1>{{ $this->outputText }}</h1> {{ $this->table }} @endif </div> @endif