Solve your laravel problems.
I have payment in my app , i want to when payment complete browser redirect to an special route from laravel like :
parsa://domain.com/customer?credit='+$callback_user->credit+'\&id='+$callback_user->id
How can i do that?