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
5 Replies
You can create a custom page with a form element inside. This will render just a single page without any other actions
thank you! can we use formbuilder to make that form ?
Yes!
Then in your view you simply call:
{{ $this->form }}