Fix Undefined variable: codes

This commit is contained in:
Alex Stoica 2019-04-08 02:52:37 +03:00 committed by GitHub
parent 97d67fee9d
commit 2296623303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class Taxes extends Controller
*/
public function create()
{
$html = view('wizard.taxes.create', compact('codes'))->render();
$html = view('wizard.taxes.create')->render();
return response()->json([
'success' => true,