$post = Post::first(); $post->title; // Something title $post->title = "new title"; // new title $user->getOriginal('title'); // Something title