Hello everybody,
We developed a website using laravel-admin. This is a corner of our grid interface on our test server

and this is the same part of the interface on our customer's server after I installed laravel, laravel-admin and loaded the same database

As you can see the icons are very different and some buttons are moved around.
The same happens when I enter one item for editing. In the lower corner I see the "save" button

this is the same on the customer's server

Could it be due to some missing permission? What could I do in order to check?
Thank you
Marco
The latest version of laravel-admin is installed on your customer's server. In the new version, some changes have been made to the grid.
You should also update the language file by running php artisan vendor:publish --tag=laravel-admin-lang
Thank you so much!
@z-song Add plz this solution to README.md
Most helpful comment
The latest version of laravel-admin is installed on your customer's server. In the new version, some changes have been made to the grid.
You should also update the language file by running
php artisan vendor:publish --tag=laravel-admin-lang