Cannot add button in updateOperation #405
-
Hello, I need some help. I'm trying to add a "preview" button in the updateOperation, so I have the following content:
but the button doesn't appear at all, I have also created the blade file within this directory:
Essentially, I need to add a button near "Annulla": |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Modify a copy of form_save_buttons.blade.php from the vendor directory into /resources/views/vendor/backpack/crud/inc. Then include your custom button, as for example :
|
Beta Was this translation helpful? Give feedback.
-
Hey @cod3rshotout - I realise it's unintuitive, but the |
Beta Was this translation helpful? Give feedback.
Modify a copy of form_save_buttons.blade.php from the vendor directory into /resources/views/vendor/backpack/crud/inc. Then include your custom button, as for example :
@include('custom.buttons.mybutton')