'boolean', 'read_at' => 'datetime', ]; public function conversation() { return $this->belongsTo(Conversation::class); } }