$book = Book::where('name', 'Maharani')->first(); $book->name = 'Room on the Roof'; $book->refresh(); $book->name; // "Maharani" COPIED