How to customize Show view with a List view inside it? #287
-
Hi friends, I'm here looking for any help about views on Backpack for Laravel. I want to achieve a custom view that it has a list view inside. I have show-with-list.blade.php
In show_sub_content.blade.php copy and past List View
The content from list.blade.php use How can I mix these two both views into one? tks. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
For now, I've done this So,
in the same file above I have this
File: show-with-list.blade.php
Inside show_sub_content.blade.php (For now, something very simple
But, I am sure I've not used the best practices, think I can re-use the list view. Any ideas for improving that above and make them reusable? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
For now, I've done this
So,
BudgetCrudController.php
in the same file above I have this