Wizard taxes edit page path issue solved.
This commit is contained in:
parent
fd457483a6
commit
0777c6401b
@ -81,7 +81,7 @@ class Taxes extends Controller
|
||||
|
||||
$item = $tax;
|
||||
|
||||
$html = view('wizard.TAXES.edit', compact('item'))->render();
|
||||
$html = view('wizard.taxes.edit', compact('item'))->render();
|
||||
|
||||
return response()->json([
|
||||
'success' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user