Skip to content
Discussion options

You must be logged in to vote

Hello @prescriptionlifeline

You have this options:

  1. Disable "groupedErrors", in /config/backpack/operations/create.php
'groupedErrors' => false,
  1. You can change how the create.blade.php file looks and works, by just placing a file with the same name in your resources/views/vendor/backpack/crud/create.blade.php. To quickly do that, run:
php artisan backpack:publish crud/create

And then customize as you need

@include('crud::inc.grouped_errors')

Cheers.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@prescriptionlifeline
Comment options

@prescriptionlifeline
Comment options

@jcastroa87
Comment options

Answer selected by prescriptionlifeline
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants