Wizard currency and tax edit issue solved.
This commit is contained in:
@ -81,7 +81,14 @@ class Taxes extends Controller
|
||||
|
||||
$item = $tax;
|
||||
|
||||
return view('wizard.taxes.edit', compact('item'));
|
||||
$html = view('wizard.TAXES.edit', compact('item'))->render();
|
||||
|
||||
return response()->json([
|
||||
'success' => true,
|
||||
'error' => false,
|
||||
'message' => 'null',
|
||||
'html' => $html,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user