->action(function (array $data,Component $livewire) {
$livewire->redirect(InvoiceResource::getUrl('edit', ['record' => $invoice->id]), navigate:true);
}Filament redirect url
by
Tags:
->action(function (array $data,Component $livewire) {
$livewire->redirect(InvoiceResource::getUrl('edit', ['record' => $invoice->id]), navigate:true);
}by
Tags:
Leave a Reply