App Store Pre-Sale Feature

This commit is contained in:
cuneytsenturk
2019-01-30 18:39:39 +03:00
parent 39d3c85615
commit 4bc916924f
70 changed files with 2796 additions and 2 deletions

View File

@ -65,6 +65,10 @@ class Item extends Controller
$module->action_url .= $character . http_build_query($parameters);
}
if ($module->status == 'pre_sale') {
return view('modules.item.pre_sale', compact('module', 'installed', 'enable'));
}
return view('modules.item.show', compact('module', 'installed', 'enable'));
}