sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 259 forks source link

Custom title for the display, create and edit #292

Open maslakoff opened 8 years ago

maslakoff commented 8 years ago

Hi, This is for latest development branch.

We can set title of the page using Admin::model(\Model::class)->title('title'). Is it possible to set different page title for the display, create and edit pages for the one model?

For example: