© 2026 Hedgehog Software, LLC
$this->dispatch('open-modal', id: 'statement-mapping');
<livewire:components.statements.statement-mapping :statement="$statement" />
<x-filament::modal id="statement-mapping" width="6xl"> <x-slot name="trigger"> <x-filament::icon-button size="lg" color="secondary" icon="heroicon-o-map-pin" tooltip="Statement header mapping" :disabled="!empty($statement->statement_reconciled_at)" /> </x-slot> ...other stuff </x-filament::modal>