Wizard taxes edit page path issue solved.

This commit is contained in:
Cüneyt Şentürk 2018-11-09 00:06:18 +03:00
parent fd457483a6
commit 0777c6401b

View File

@ -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,