LaravelDaily / quickadmin

Quick adminpanel builder package for Laravel 5
MIT License
600 stars 193 forks source link

It's best to make a common page (fields.blade) for editing and creating a fields. #128

Closed AmirHome closed 6 years ago

AmirHome commented 6 years ago

create.blade include(fields) edit.blade include(fields)

common page is for example fields.blade

PovilasKorop commented 6 years ago

@AmirHome not really, create and edit can be different, they are not always the same.