Hello MR.Mark | How to create a nother Browse Page For same table

Solved
tag-dev

Sep 16th, 2018 06:57 AM

** Hello MR.MARK **

I need make other browse page i need show data like that 2 Pages


Order::where('active', 1); Order::where('active', 0);

mark

Sep 17th, 2018 08:07 AM

You mean 2 BREAD sections for same table?


Best Regards,
Mark Topper (Maintainer of Laravel Voyager)
Mail: [email protected]
I am available for freelance work

tag-dev

Sep 17th, 2018 08:53 AM

Yas MR Mark 2 bread | or Only Browse Page To Show where Order::where('active', 1); and other page to Show Order::where('active', 0); Thanks for your effort

mark

Sep 17th, 2018 09:55 AM

Best Answer

Sorry, that is not possible at this moment, you would have to overwrite the controller to add support for this. We are open to pull requests.


Best Regards,
Mark Topper (Maintainer of Laravel Voyager)
Mail: [email protected]
I am available for freelance work

tag-dev

Sep 17th, 2018 04:20 PM

Thanks MR MARK i'm apprciate your effort and your answer