Commit afd11a6d by Siti Aisah

fix edit per bahasa section

parent a643cd62
......@@ -220,7 +220,7 @@ class PageController extends Controller
public function editPerBahasa($id)
{
$data = $this->repo->findId($id, ['rEn', 'rDe', 'rSa', 'rZh']);
$categories = Categories::pluck('name','section', 'id');
$categories = Categories::pluck('name', 'id');
$manual=1;
$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