How to change list records table to edit page form?

I need to have a resource which will have only one record (post). Is it possible to display menu item "post" at the left side bar and to see edit form of that resource at the right , but not the table with records? Like in screenshot The post will be the only one and i need to edit it by clicking to the menuitem at the left sidebar
No description
5 Replies
ModestasV
ModestasV2y ago
You can create a custom page with a form element inside. This will render just a single page without any other actions
tarzan_pasha.
tarzan_pasha.OP2y ago
thank you! can we use formbuilder to make that form ?
ModestasV
ModestasV2y ago
Yes!
ModestasV
ModestasV2y ago
Then in your view you simply call: {{ $this->form }}

Did you find this page helpful?