refs #443 Payment create page new vendor and category

This commit is contained in:
cuneytsenturk
2018-08-15 18:19:38 +03:00
parent 41f54e64f6
commit 17eda360d5
4 changed files with 108 additions and 182 deletions

View File

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