Action::make('modal_with_voucher_details')
->label('Show')
->modalHeading('Show')
->icon('heroicon-o-eye')
->color('gray')
->action(function ($record, $livewire ) {
$livewire ->dispatch('openModal', 'livewire.test_modal',['record' => $record]);
})
Action::make('modal_with_voucher_details')
->label('Show')
->modalHeading('Show')
->icon('heroicon-o-eye')
->color('gray')
->action(function ($record, $livewire ) {
$livewire ->dispatch('openModal', 'livewire.test_modal',['record' => $record]);
})