New save mechanic

This commit is contained in:
Minaev Dmitriy
2018-10-31 16:06:38 +03:00
parent f1f7694835
commit 9d5cd27575
15 changed files with 685 additions and 128 deletions
+7
View File
@@ -36,4 +36,11 @@ class ModalController extends Controller
return view('modals.manufacturer');
}
function kitModel() {
return view('modals.kit-model');
}
function kitLicense() {
return view('modals.kit-license');
}
}