getRedirectUrl
After creating a new Product i need to redirect from create page to another menu along with created data..
This code working but i need to send created data along with it..
protected function getRedirectUrl(): string
{
return Url('app/kit-fee');
}This code working but i need to send created data along with it..