Laravel-Backpack/MenuCRUD

How to overwrite admin/menu-item/reorder page

shinokada opened this issue · 1 comments

Hi, I'd like to overwrite admin/menu-item/reorder page.
I want to control how the name is displayed and adding ->where('center_id', $id) to the items pulled etc.

What is the best way to do it?

Thank you.

Ok, I found it. I just needed to overwrite resources/view/vendor/backpack/crud/reorder.blade.php.

Thanks.