Overriding Views
Learn how to override views in the Laravel Admin Panel application
You can override any of the CRUD views by creating a new folder in resources/views/vendor/admin/slug
and slug will be the slug that you have assigned for that table. There are 2 files that you will include in each which will be:
You may override any kind of CRUD by creating a new folder in resources/views/vendor/admin/slug
and slug is slug, which you assigned for this table. There are two files that you will include in each of them:
- browse.blade.php
- edit-add.blade.php
Updated less than a minute ago
What’s Next