Controller update
Error
If I add data in form, I can do it successfully . But whenever I want to update , it gives me error
You will require updated_at column in your Database, add this in migration : $table->timestamps(); then re run the migration