bojko91

Results 3 issues of bojko91

compact(): Undefined variable: parent_id /home/vagrant/Code/Site/vendor/lavalite/framework/src/Litepie/Menu/Http/Controllers/SubMenuResourceController.php#32 ` public function show(MenuRequest $request, $id) { $menu = $this->repository->find($id); Form::populate($menu); return view('menu::sub.show', compact('parent', 'menu')); } ` You need to change `compact('parent', 'menu')` to `compact('id',...

Bulgarian Translation

Hello, I have a problem with accessing to user profiles. **1st I create page** "/samples/profile" with {% component 'ueuser' %} ![image](https://user-images.githubusercontent.com/47207097/102018306-3388bf80-3d75-11eb-8769-3b1e986872bf.png) And when i log in can access to my...