Fix Undefined variable: codes
This commit is contained in:
parent
97d67fee9d
commit
2296623303
@ -27,7 +27,7 @@ class Taxes extends Controller
|
|||||||
*/
|
*/
|
||||||
public function create()
|
public function create()
|
||||||
{
|
{
|
||||||
$html = view('wizard.taxes.create', compact('codes'))->render();
|
$html = view('wizard.taxes.create')->render();
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'success' => true,
|
'success' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user