Commit 873ea182 by Bagus Pambudi

fix section edit

parent 2ea6667b
...@@ -205,7 +205,7 @@ class PageController extends Controller ...@@ -205,7 +205,7 @@ class PageController extends Controller
public function edit($id) public function edit($id)
{ {
$data = $this->repo->findId($id, ['rEn', 'rDe', 'rSa', 'rZh']); $data = $this->repo->findId($id, ['rEn', 'rDe', 'rSa', 'rZh']);
$categories = Categories::pluck('name','section', 'id'); $categories = Categories::pluck('name','id');
$manual=0; $manual=0;
$data = [ $data = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment