Redirect
redirect()->route('student-reg-fee-receipt', ['student' => $record]);
how to open redirect link in new tab..8 Replies
->openUrlInNewTab()
? 😄
when used on a custom actioni will try
or just a second
url
parameter true
Method Livewire\Redirector::openUrlInNewTab does not exist.
->action()
i need to use inside this..you can’t open a redirect in a new tab
okay...can i use route inside action.
Sure
okay