Can I use the layout for a custom page not related to CRUD? #956
Replies: 1 comment
-
Yes, you can use it. You just need Route::get('about', function () {
return view('admin.petshop_about');
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Put simply, if I wanted a standalone page, but I still wanted to use the layout that the crud system is using, in my case it would be the tabler theme, how would I go about doing that?
Beta Was this translation helpful? Give feedback.
All reactions